Property (Read-Write)
SCPI.SENSe(Ch).SEGMent.ARBitrary.STATe = Status
Status= SCPI.SENSe(Ch).SEGMent.ARBitrary.STATe
This command turns ON/OFF the arbitrary segment control in the segment sweep table.
Parameter |
Status |
Description |
ON/OFF of the arbitrary segment 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.ARBitrary.STATe = True
SegmState= SCPI.SENSe(1).SEGMent.ARBitrary.STATe
SCPI.SENSe(Ch).SEGMent.LIST.CONTrol.DATA
Sweep Setup > Edit Segment Table > Arbitrary Segments > ON|OFF
:SENSe{[1]-160}:SEGMent:ARBitrary[:STATe] {ON|OFF|1|0}
:SENSe{[1]-160}:SEGMent:ARBitrary[:STATe] ?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:SEGMent:ARBitrary ON"
20 OUTPUT 717;":SENS1:SEGMent:ARBitrary?"
30 ENTER 717;A