Property (Read-Write)
SCPI.SENSe(Ch).SEGMent.BWIDth.RESolution.CONTrol = Status
Status = SCPI.SENSe(Ch).SEGMent.BWIDth.RESolution.CONTrol
This command turns ON/OFF whether to add the IF bandwidth to the segment table, for the selected channel ( Ch).
Parameter |
Status |
Description |
ON/OFF of the IF bandwidth in the segment table |
Data Type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset Value |
False or OFF |
Dim IFBWStat as Boolean
SCPI.SENSe(1).SEGMent.BWIDth.RESolution.CONTol = True
IFBWStat = SCPI.SENSe(1).SEGMent.BWIDth.RESolution.CONTol
Sweep Setup > Edit Segment Table > List IFBW
:SENSe{[1]-4}:SEGMent:BWIDth:RESolution:CONTrol {ON|OFF|1|0}
:SENSe{[1]-4}:SEGMent:BWIDth:RESolution:CONTrol?
{1|0} <newline><^END>
10 OUTPUT 717;":SENS1:SEGM:BWID:RES:CONT ON"
20 OUTPUT 717;":SENS1:SEGM:BWID:RES:CONT?"
30 ENTER 717;A