Command/Query
:CALCulate<Ch>[:SELected]:LIMit:OFFSet:STIMulus <Value>
:CALCulate<Ch>[:SELected]:LIMit:OFFSet:STIMulus?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:LIMit:OFFSet:STIMulus <Value>
:CALCulate<Ch>:TRACe<Tr>:LIMit:OFFSet:STIMulus?
This command sets/gets the stimulus offset of the limit line.
The setting of the limit line doesn't change even if the offset value is changed.
Parameter |
Value |
Description |
The stimulus offset of the limit line |
Data Type |
Numeric type (Real) |
Range |
-1T to 1T |
Preset Value |
0 |
Unit |
Hz (hertz), s (second), m (meter), ft (feet) or in (inches) |
{numeric}<newline><^END>
Dim Var as Double
Var= -10000000000
Ena.WriteString ":CALC1:LIM:OFFS:STIM " & Str(Var), True
Ena.WriteString ":CALC1:LIM:OFFS:STIM?", True
Var=Ena.ReadNumber
Analysis > Limit Test > Limit Line Offsets > Stimulus Offset
SCPI.CALCULATE(Ch).SELECTED.LIMIT.OFFSET.STIMULUS
SCPI.CALCULATE(Ch).TRACE(Tr).LIMIT.OFFSET.STIMULUS