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