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. This command is available at revision A.11.20 and above
When the arbitrary segment control is turned ON, it allows for frequencies to be overlapped and start/stop frequencies to be swapped 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
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:SEGM:ARB ON"
20 OUTPUT 717;":SENS1:SEGM:ARB?"
30 ENTER 717;A