Sets Phasemeter loop parameters
Configures the frequency and bandwidth of the PLL for each channelParameters
integer required
Target channel
allowed values:Moku:Lab 1, 2 Moku:Go 1, 2 Moku:Pro 1, 2, 3, 4 Moku:Delta 1, 2, 3, 4, 5, 6, 7, 8
boolean
Automatically acquire the initial frequency of the input signal
default: false number
Frequency of the input signal
default: 1000000allowed values:Moku:Lab 1e3 to 200e6 Moku:Go 1e3 to 30e6 Moku:Pro 1e3 to 600e6 Moku:Delta 1e3 to 2e9
units: Hz string
Bandwidth of the phase-locked loop
default: 1kHzallowed values:Moku:Lab 1Hz, 10Hz, 100Hz, 1kHz, 10kHz, 100kHz Moku:Go 1Hz, 10Hz, 100Hz, 1kHz, 10kHz, 100kHz Moku:Pro 1Hz, 10Hz, 100Hz, 1kHz, 10kHz, 100kHz, 1MHz Moku:Delta 1Hz, 10Hz, 100Hz, 1kHz, 10kHz, 100kHz, 1MHz
boolean
Disable all implicit conversions and coercions.
default: true# Examples
# Sample response
{
"Frequency": 1000000.0,
"PLL bandwidth": "100Hz",
"auto_acquire": false,
"bandwidth": "100Hz",
"frequency": 1000000.0
}
1
2
3
4
5
6
7
2
3
4
5
6
7