set_demodulation
Configures the demodulation source and optionally its frequency and phaseParameters
string required
The demodulation source
allowed values:Internal, External, ExternalPLL, None number
Frequency of internally-generated demod source
default: 1000000allowed values:units: Hz number
Phase of internally-generated demod source
default: 0allowed values:units: degrees boolean
Disable all implicit conversions and coercions.
default: true# Examples
# Sample response
{
"frequency": 1000000.0,
"mode": "Internal",
"phase": 0.0
}
1
2
3
4
5
2
3
4
5