CALCulate[1|2|3|4]:LIMit:LOWer:REPort[:DATA]? query
Returns the X-axis value of the failed points for the lower limit test.
Query Syntax: CALCulate[1|2|3|4]:LIMit:LOWer:REPort[:DATA]?
Example Statements: OUTPUT 711;":calculate:lim:lower:rep?"
OUTPUT 711;"Calc:Limit:Low:Report:Data?"
Return Format: <DEF_BLOCK>
When data is ASCII-encoded, (FORMat ASCii) <DEF_BLOCK> takes the following form:
<DEF_BLOCK> ::= [<X-axis value>,<X-axis value>...]
When data is binary-encoded, (FORMat REAL) <DEF_BLOCK> takes the following form:
<DEF_BLOCK> ::= #<byte><length_bytes>[<X-axis value>,<X-axis 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-axis value> ::= a real number (X-axis value of the failed point)
limits: -9.9e+37 : 9.9e+37
Attribute Summary: Option: not applicable
Synchronization Required: no
Preset State: not applicable
SCPI Compliance: instrument-specific
Description:
This query returns the X-axis value for data points which fail the lower limit test.
Data is not returned if limit testing is turned off (CALC:LIM:STAT OFF) or if all trace points are above
the specified lower limit.
CALCulate
6-37