CALCulate[1|2|3|4]:LIMit:LOWer:SEGMent command/query
Defines the lower limit as a series of line segments in the specified display.
Command Syntax: CALCulate[1|2|3|4]:LIMit:LOWer:SEGMent <BLOCK>
When data is ASCII-encoded, (FORMat:DATA ASCii), <BLOCK> takes the following form:
<LIMIT> ::= <segment>[,<segment>....]
<segment> ::= <start_X-axis_value>, <start_Y- axis_value>
<stop_X-axis_value>, <stop_Y-axis_value>
When data is binary-encoded, (FORMat:DATA REAL) <BLOCK> takes the following form:
<BLOCK> ::= #<byte>[<length_bytes>]<segment> [,<segment>...]
<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
<segment> ::= <start_X-axis_value>, <start_Y- axis_value>
<stop_X-axis_value>, <stop_Y-axis_value>
The following definitions apply to both ASCII- and binary-encoded data.
<start_X-axis_value> ::= a real number
limits: -9.9e+37 : 9.9e+37
<start_Y-axis_value> ::= a real number
limits: -9.9e+37 : 9.9e+37
<stop_X-axis_value> ::= a real number
limits: -9.9e+37 : 9.9e+37
<stop_Y-axis_value> ::= a real number
limits: -9.9e+37 : 9.9e+37
Example Statements: OUTPUT 711;":CALCULATE2:LIM:LOW:SEGMENT 10, 2, 100, 3"
OUTPUT 711;"calc:lim:low:segm 20000, -5, 3000, -5, 80000,
-2, 90000,-2"
Query Syntax: CALCulate[1|2|3|4]:LIMit:LOWer:SEGMent?
Return Format: definite length <BLOCK>
Attribute Summary: Option: not applicable
Synchronization Required: no
Preset State: not affected by Preset
SCPI Compliance: instrument-specific
CALCulate
6-39