SCPI.SENSe(Ch).SEGMent.ARBitrary.STATe

Type of object

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SEGMent.ARBitrary.STATe = Status

Status = SCPI.SENSe(Ch).SEGMent.ARBitrary.STATe

Description

This command turns ON/OFF the arbitrary segment control in the segment sweep table. This command is available at revision A.11.20 and above

Variable

Parameter

Status

Description

ON/OFF of the arbitrary segment control

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns ON the arbitrary segment control.

  • False or OFF: Turns OFF the arbitrary segment control.

Preset value

False or OFF

Example of use

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

Equivalent key

Sweep Setup > Edit Segment Table > Arbitrary Segments > ON|OFF

Equivalent SCPI command

Syntax

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

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

Query response

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

Example of use

10 OUTPUT 717;":SENS1:SEGM:ARB ON"
20 OUTPUT 717;":SENS1:SEGM:ARB?"
30 ENTER 717;A