set_monitor

Configures the specified monitor channel to view the desired LIA probe point signal.

There are two monitoring channels available, each of these can be assigned to source signals from any of the internal LIA instrument monitoring points.

Source signal can be one of,

  • Input1 : Channel 1 ADC input
  • Input2 : Channel 2 ADC Input
  • ISignal : Quadrature mixer in-phase ("I") output
  • QSignal : Quadrature mixer quadrature ("Q") output
  • MainOutput : LIA Main output signal, see set_outputs
  • AuxOutput : Auxiliary output signal, see set_outputs
  • Demod : Signal currently being used for demodulation, see set_demodulation

Parameters

boolean
Disable all implicit conversions and coercions.
default: true
integer required
Monitor channel
string required
Monitor channel source.
allowed values:None, Input1, Input2, ISignal, QSignal, MainOutput, AuxOutput, Demod

# Examples

# Sample response,

{
  "source": "Input1"
}
1
2
3