set_control_matrix
Set the linear combination of ADC input signals for a given DFB channel.NOTE - Interface currently only supports using the first two DFB loops which are paired with the first two ADC channels, e.g. Moku:Pro's third and fourth loops and ADC3, ADC4 cannot yet be used through this API.
Parameters
integer required
Target DFB channel
allowed values:1, 2
number required
ADC Input 1 gain for this channel
allowed values:-20 to 20
units: dB
number required
ADC Input 1 gain for this channel
allowed values:-20 to 20
units: dB
boolean
Disable all implicit conversions and coercions.
default: true
# Examples
# Sample response,
{
"input_gain1": 1.0,
"input_gain2": 0.0
}
1
2
3
4
2
3
4