CALCulate[1|2|3|4]:MARKer:DTABle:X[:DATA]? query
Returns the X values in the specified data table.
Query Syntax: CALCulate[1|2|3|4]:MARKer:DTABle:X[:DATA]?
Example Statements: OUTPUT 711;":Calc4:Marker:Dtab:X?"
OUTPUT 711;"CALC:MARK:DTABLE:X:DATA?"
Return Format: <DEF_BLOCK>
When data is ASCII-encoded, (FORMat ASCii) <DEF_BLOCK> takes the following form:
<DEF_BLOCK> ::= [<X value>,<X value>...]
When data is binary-encoded, (FORMat REAL) <DEF_BLOCK> takes the following form:
<DEF_BLOCK> ::= #<byte><length_bytes>[<X value>, <X value>...]
<byte> ::= one ASCII-encoded byte specifying the number of
length bytes to follow
<length_bytes> ::= ASCII-encoded bytes specifying the number of
data bytes to follow
The following definitions apply to both ASCII- and binary-encoded data.
<X value> ::= a real number
limits: -9.9e+37 : 9.9e+37
Attribute Summary: Option: not applicable
Synchronization Required: no
Preset State: not applicable
SCPI Compliance: instrument-specific
Description:
CALCulate[1|2|3|4] specifies the data table. Send CALC1 to specify the data table appearing in trace box
A, CALC2 to specify B, CALC3 to specify C, and CALC4 to specify D. If you do not send the optional
specifier, the command defaults to the data table appearing in trace box A.
Use the command “CALC:MARK:X? UNIT” to determine the unit.
CALCulate
6-61