SCPI.SENSe(Ch).SEGMent.LIST.CONTrol.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SEGMent.LIST.CONTrol.STATe = Status

Status= SCPI.SENSe(Ch).SEGMent.LIST.CONTrol.STATe

Description

This command turns ON/OFF the individual segment state control in the segment sweep table.

Variable

Parameter

Status

Description

ON/OFF of the individual segment state control

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns ON the individual segment state control.

  • False or OFF: Turns OFF the individual segment state control.

Preset value

False or OFF

Examples

Dim SegmState As Boolean
SCPI.SENSe(1).SEGMent.LIST.CONTrol.STATe = True
SegmState= SCPI.SENSe(1).SEGMent.LIST.CONTrol.STATe

Related objects

SCPI.SENSe(Ch).SEGMent.LIST.CONTrol.DATA

Equivalent key

Sweep Setup > Edit Segment Table > List Control > ON|OFF

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:SEGMent:LIST:CONTrol:STATe: {ON|OFF|1|0}

:SENSe{[1]-160}:SEGMent:LIST:CONTrol:STATe?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:SEGMent:LIST:CONTrol:STATe ON"
20 OUTPUT 717;":SENS1:SEGMent:LIST:CONTrol:STATe?"
30 ENTER 717;A