Property (Read-Write)
SCPI.CALCulate(Ch).SELected.PLIMit.DISPlay.LINE = Status
Status = SCPI.CALCulate(Ch).SELected.PLIMit.DISPlay.LINE
The following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).PLIMit.DISPlay.LINE = Status
Status = SCPI.CALCulate(Ch).TRACe(Tr).PLIMit.DISPlay.LINE
This command turns ON/OFF the point limit line display, for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of the selected channel (Ch).
You can select the trace and turn ON/OFF the point limit line display 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 the point limit line display. |
Data Type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset Value |
OFF |
Dim PLimDisp as Boolean
SCPI.CALCulate(1).SELected.PLIMit.DISPlay.LINE = True
PLimDisp = SCPI.CALCulate(1).SELected.PLIMit.DISPlay.LINE
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.PLIMit.DATA
SCPI.CALCulate(Ch).SELected.PLIMit.FAIL
SCPI.CALCulate(Ch).SELected.PLIMit.REPort.DATA
SCPI.CALCulate(Ch).SELected.PLIMit.STATe
Analysis > Point Limit > Point Limit
:CALCulate{[1]-160}[:SELected]:PLIMit:DISPlay:LINE {ON|OFF|1|0}
:CALCulate{[1]-160}[:SELected]:PLIMit:DISPlay:LINE?
The following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:PLIMit:DISPlay:LINE {ON|OFF|1|0}
:CALCulate{[1]-160}:TRACe{[1]-16}:PLIMit:DISPlay:LINE?
{1|0} <newline><^END>
10 OUTPUT 717;":CALC1:PLIM:DISP:LINE ON"
20 OUTPUT 717;":CALC1:PLIM:DISP:LINE ?"
30 ENTER 717;A