set_polar_mode
Sets the range of the signal input to the Polar conversion block.Enabling the Converter
To enable the polar converter, the R/Theta signals must also be selected for output from the instrument, see set_outputs. You should set the smallest range that accommodates your demodulated signal without saturating.
Parameters
string required
Gain range
allowed values:2Vpp, 7.5mVpp, 25uVpp
boolean
Disable all implicit conversions and coercions.
default: true
# Examples
# Sample response
{
"range": "2Vpp"
}
1
2
3
2
3