Property (Read-Write)
SCPI.CALCulate(Ch).SELected.LIMit.SPACing = Param
Param = SCPI.CALCulate(Ch).SELected.LIMit.SPACing
This command sets/gets the limit line spacing for the active trace of the selected channel (Ch).
Parameter |
Param |
Description |
Limit line spacing |
Data type |
Character string type (String) |
Range |
Select from the following.
|
Preset value |
"LINear" |
Dim Type As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.SPACing = "DISP"
Type = SCPI.CALCulate(1).SELected.LIMit.SPACing
SCPI.CALCulate(Ch).SELected.LIMit.DATA
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Analysis > Limit Test > Line Spacing
:CALCulate{[1]-4}[:SELected]:LIMit:SPACing {LINear|DISPlay}
:CALCulate{[1]-4}[:SELected]:LIMit:SPACing?
{LINear|DISPlay}<newline><^END>
10 OUTPUT 717;":CALC1:LIM:SPAC DISP"
20 OUTPUT 717;":CALC1:LIM:SPAC?"
30 ENTER 717;A$