set_monitor
Configures the specified monitor channel to view the desired Lock-in Amplifier probe point signal.Monitor channels can be added to the instrument’s digital signal processing chain to observe signals in real time. Each monitor channel can function as either an Oscilloscope or a Data Logger instrument.
They can be placed at the following points:
- Input1 : Channel 1 ADC input
- Input2 : Channel 2 ADC Input
- Demod : Signal currently being used for demodulation, see
set_demodulation - 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
The number of monitor channels available depends on the hardware and the mode the instrument is run in:
- Moku:Go: two in single-instrument mode, two in 2-slot Mode, and one in 3-slot mode
- Moku:Lab: two in single-instrument mode, two in 2-slot Mode, and one in 3-slot mode
- Moku:Pro: four in single-instrument mode and two in 4-slot mode
- Moku:Delta: four in single-instrument mode, two in 3-slot mode, and two in 8-slot mode
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
2
3
← set_gain set_outputs →