Property (Read-Write)
SCPI.CALCulate(Ch).SELected.PLIMit.STATe = Status
Status = SCPI.CALCulate(Ch).SELected.PLIMit.STATe
The following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.STATe = Status
Status = SCPI.CALCulate(Ch).TRACe(Tr).RLIMit.STATe
This command turns ON/OFF the point limit test function for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of selected channel (Ch).
You can select the trace and turn ON/OFF the point limit test function for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
This command is available at the revision A.11.0x and above.
Parameter |
Status |
Description |
ON/OFF of the point limit test function |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim Var as Boolean
Var= 1
SCPI.CALCulate(1-160).SELected.PLIMit.STATe = Var
Var = SCPI.CALCulate(1-160).SELected.PLIMit.STATe
SCPI.CALCulate(Ch).SELected.PLIMit.DATA
SCPI.CALCulate(Ch).SELected.PLIMit.DISPlay.LINE
SCPI.CALCulate(Ch).SELected.PLIMit.FAIL
SCPI.CALCulate(Ch).SELected.PLIMit.REPort.DATA
Analysis > Point Limit Test > Point Limit Test
:CALCulate{[1]-160}[:SELected]:PLIMit[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-160][:SELected]:PLIMit[:STATe]?
The following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:PLIMit[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-160}:TRACe{[1]-16}:PLIMit[:STATe]?
{1|0} <newline><^END>
10 OUTPUT 717;":CALC1:PLIM ON"
20 OUTPUT 717;":CALC1:PLIM ?"
30 ENTER 717;A