Property (Read-Write)
SCPI.SENSe(Ch).BWIDth.RESolution = Value
Value = SCPI.SENSe(Ch).BWIDth.RESolution
This command sets/gets the IF bandwidth of the selected channel (Ch).
This command is similar to SCPI.SENSe(Ch).BANDwidth.RESolution.
Parameter |
Value |
Description |
IF bandwidth |
Data type |
Double precision floating point type (Double) |
Range |
1 to 300000 |
Preset value |
30000 |
Unit |
Hz (hertz) |
Resolution |
Refer the Range. |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
Dim IfBw As Double
SCPI.SENSe(1).BWIDth.RESolution = 1.5E3
IfBw = SCPI.SENSe(1).BWIDth.RESolution
SCPI.SENSe(Ch).BANDwidth.RESolution
Avg > IF Bandwidth
:SENSe{[1]-4}:BWIDth[:RESolution] <numeric>
:SENSe{[1]-4}:BWIDth[:RESolution]?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:BWID 1.5E3"
20 OUTPUT 717;":SENS1:BWID?"
30 ENTER 717;A