set_blended_clock Moku:Delta

Configure the external clock inputs for Moku:Delta's blended reference clock system, combining a 10/100 MHz frequency reference and a 1 PPS synchronization source for high long-term frequency stability.

Caution

Changes to the external frequency reference will not take effect until after your Moku:Delta is restarted.

Parameters

Enable the external 10/100 MHz frequency reference input, used to discipline the internal oscillators for mid-term stability.
default: None
Frequency of the external reference oscillator input. Must match the frequency of the connected signal.
default: None
allowed values:10MHz, 100MHz
Enable the 1 PPS synchronization input, used to discipline the frequency reference for ultra-long-term stability.
default: None
Source of the 1 PPS synchronization signal. GNSS uses a connected external GNSS receiver; Ext accepts any external 1 PPS signal.
default: None
allowed values:GNSS, Ext
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "freq_ref": {
        "currentFrequency": "10MHz",
        "enabled": true,
        "requestedFrequency": "100MHz",
        "status": "Disabled"
    },
    "sync_ref": {
        "enabled": false,
        "source": "GNSS",
        "status": "Disabled"
    }
}
1
2
3
4
5
6
7
8
9
10
11
12
13