Property (Read-Write)
SCPI.SENSe(Ch).BWAuto.STATus = Status
Status = SCPI.SENSe(Ch).BWAuto.STATus
This command turns ON/OFF the IF bandwidth auto function, for the selected channel (Ch).
Parameter |
Status |
Description |
ON/OFF the IF bandwidth auto function |
Data Type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset Value |
False or OFF |
Dim StatBWA as Boolean
SCPI.SENSe(4).BWAuto.STATus = True
StatBWA = SCPI.SENSe(4).BWAuto.STATus
SCPI.SENSe(Ch).BWAuto.LIMit.RESolution
Avg > IFBW Auto
:SENSe{[1]-4}:BWAuto[:STATus] {ON|OFF|1|0}
:SENSe{[1]-4}:BWAuto[:STATus]?
{1|0} <newline><^END>
10 OUTPUT 717;":SENS1:BWA OFF"
20 OUTPUT 717;":SENS1:BWA?"
30 ENTER 717;A