set_rbw

Set desired Resolution Bandwidth.

Actual resolution bandwidth will be rounded to the nearest allowable unit when settings are applied to the device.

Parameters

string required
Resolution bandwidth mode
allowed values:Auto, Manual, Minimum
number
Desired RBW value (only in manual mode)
default: 5000
units: Hz
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "mode": "Auto"
}
1
2
3