Property (Read-Write)
SCPI.SENSe(Ch).SEGMent.SWEep.DELay.CONTrol = Status
Status = SCPI.SENSe(Ch).SEGMent.SWEep.DELay.CONTrol
This command turns ON/OFF whether to add the sweep delay time to the segment table, for the selected channel ( Ch).
Parameter |
Status |
Description |
ON/OFF of the sweep delay time in the segment table |
Data Type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset Value |
False or OFF |
Dim DelStat as Boolean
SCPI.SENSe(1).SEGMent.SWEep.DELay.CONTol = True
DelStat = SCPI.SENSe(1).SEGMent.SWEep.DELay.CONTol
Sweep Setup > Edit Segment Table > List Delay
:SENSe{[1]-4}:SEGMent:SWEep:DELay:CONTrol {ON|OFF|1|0}
:SENSe{[1]-4}:SEGMent:SWEep:DELay:CONTrol?
{1|0} <newline><^END>
10 OUTPUT 717;":SENS1:SEGM:SWE:DEL:CONT ON"
20 OUTPUT 717;":SENS1:SEGM:SWE:DEL:CONT?"
30 ENTER 717;A