Property (Read-Write)
SCPI.CALCulate(Ch).SELected.LIMit.STATe = Status
Status = SCPI.CALCulate(Ch).SELected.LIMit.STATe
This command turns ON/OFF the limit test function, for the active trace of selected channel (Ch).
Parameter |
Status |
Description |
ON/OFF of the limit test function |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim LimTest As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.STATe = True
LimTest = SCPI.CALCulate(1).SELected.LIMit.STATe
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.STATe
Analysis > Limit Test > Limit Test
:CALCulate{[1]-4}[:SELected]:LIMit[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:LIMit[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:LIM ON"
20 OUTPUT 717;":CALC1:LIM?"
30 ENTER 717;A