set_pll

Sets the frequency acquisition/configuration and tracking bandwidth of the PLL.

The Phase-Locked Loop (PLL) in Laser Lock Box is used when demodulation is set to External (PLL) mode.

See set_demodulation for more information.

Parameters

boolean
Auto acquire PLL frequency
default: true
number
PLL frequency
default: undefined
units: Hz

Caution

Setting frequency has no impact when auto_acquire is true

Frequency multiplier
default: 1
string
PLL Bandwidth
default: 1kHz
allowed values:1Hz, 10Hz, 100Hz, 1kHz, 10kHz, 100kHz, 1MHz
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "auto_acquire": false,
    "bandwidth": "10kHz",
    "frequency": 1000000.0,
    "frequency_multiplier": 1.0
}
1
2
3
4
5
6