Command/Query
:CALCulate<Ch>[:SELected]:LIMit[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:LIMit[:STATe]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:LIMit[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:LIMit[:STATe]?
This command turns ON/OFF the limit test function.
Parameter |
Selection Option |
Description |
ON/OFF of the limit test function |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:LIM " & Str(Var), True
Ena.WriteString ":CALC1:LIM?", True
Var=Ena.ReadNumber
Analysis > Limit Test > Limit Test
SCPI.CALCULATE(Ch).SELECTED.LIMIT.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).LIMIT.STATE