use_pid
Enables and disables a PID controller on either the Main or Aux outputsThere is a single PID block internally that may be connected to either channel. The PID parameters can be configured with `set_by_frequency`.
When using Internal and External PLL set_demodulation modes, the PID controller
use_pid can always be attached to the main output. However,
the PID controller can be attached to either the main or aux sources when
set_outputs is not outputting a demodulation source (Demod) or an auxiliary
oscillator (Aux).
When using External and None set_demodulation
modes, the PID controller can only be attached to the main output using
use_pid. Further, when using these demodulation modes, the aux
output can only be set to Aux oscillator.
Parameters
string required
Which channel, if any, to PID control
allowed values:Main, Aux, Off boolean
Disable all implicit conversions and coercions.
default: true# Examples
# Sample response
{
"channel": "Main"
}
1
2
3
2
3