Property (Read-Write)
This option is only available in revision A.9.60 and above:
SCPI.SENSe(Ch).SEGMent.LIST.CONTrol.STATe = Status
Status= SCPI.SENSe(Ch).SEGMent.LIST.CONTrol.STATe
This command turns ON or OFF the individual segment state control in the segment sweep table.
This command is only available in revision A.9.60 and above.
Parameter |
Status |
Description |
ON/OFF of the individual segment state control |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
OFF or 0 |
Dim SegmState As Boolean
SCPI.SENSe(1).SEGMent.LIST.CONTrol.STATe = True
SegmState= SCPI.SENSe(1).SEGMent.LIST.CONTrol.STATe
SCPI.SENSe(Ch).SEGMent.LIST.CONTrol.DATA
Sweep Setup > Edit Segment Table > List Control
:SENSe{[1]-160}:SEGMent:LIST:CONTrol:STATe: {ON|OFF|1|0}
:SENSe{[1]-160}:SEGMent:LIST:CONTrol:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:SEGMent:LIST:CONTrol:STATe ON"
20 OUTPUT 717;":SENS1:SEGMent:LIST:CONTrol:STATe?"
30 ENTER 717;A