CALCulate[1|2|3|4]:LIMit:UPPer:REPort[:DATA]? query
Returns the X-axis value of the failed points for the upper limit test.
Query Syntax: CALCulate[1|2|3|4]:LIMit:UPPer:REPort[:DATA]?
Example Statements: OUTPUT 711;"CALC4:LIM:UPPER:REP:DATA?"
OUTPUT 711;"calc3:lim:upper:rep?"
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 upper limit test.
Data is not returned if limit testing is turned off (CALC:LIM:STAT OFF) or if all trace points are below
the specified upper limit.
CALCulate
6-46