SCPI.SENSe(Ch).SEGMENT.LIST.POWer.PORT.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SEGMent.LIST.POWer.PORT.STATe = Status

Status = SCPI.SENSe(Ch).SEGMent.LIST.POWer.PORT.STATe

Description

This command turns ON/OFF the individual (Port 1, Port 2 or Port 4) power control in the segment sweep table.  This command is supported in revision A.11.20 and above.

Variable

Parameter

Status

Description

ON/OFF the individual port power control

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns ON the individual port power state control.

  • False or OFF: Turns OFF the individual port power state control.

Preset value

False or OFF

Examples

Dim SegmState As Boolean

SCPI.SENSe(1).SEGMent.LIST.POWer.PORT.STATe = True

SegmState= SCPI.SENSe(1).SEGMent.LIST.POWer.PORT.STATe

Related objects

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

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

SCPI.SENSe(Ch).SEGMent.LIST.POWer.PORT(Pt).LEVel.IMMediate.AMPLitude

Equivalent key

Sweep Setup > Edit Segment Table > List Port Power > ON|OFF

Equivalent SCPI command

Syntax

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

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

Query response

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

Example of use

10 OUTPUT 717;":SENS1:SEGMent:LIST:POWer:PORT:STATe ON"

20 OUTPUT 717;":SENS1:SEGMent:LIST:POWer:PORT:STATe?"

30 ENTER 717;A