set_monitor
Configures the specified monitor channel to view the desired Laser Lock Box probe point signal.They can be placed at the following points:
- Input1 and Input2: Channel 1 and 2 ADC input
- LocalOscillator : Signal currently being used for demodulation, see
set_demodulation - LowpassFilter : Signal after the Lowpass filter
- ErrorSignal : Signal fed into the Fast Controller
- FastPIDOutput : Fast Controller output signal
- SlowPIDOutput : Slow Controller output signal
- Output1 to Output 4 : Channel 1 to 4 DAC output
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
allowed values:Moku:Lab 1, 2 Moku:Go 1, 2 Moku:Pro 1, 2, 3, 4 Moku:Delta 1, 2, 3, 4
string required
Monitor channel source.
allowed values:Moku:Lab None, LowpassFilter, FastPIDOutput, SlowPIDOutput, ErrorSignal, LocalOscillator, Input1, Input2, Output1, Output2 Moku:Go None, LowpassFilter, FastPIDOutput, SlowPIDOutput, ErrorSignal, LocalOscillator, Input1, Input2, Output1, Output2 Moku:Pro None, LowpassFilter, FastPIDOutput, SlowPIDOutput, ErrorSignal, LocalOscillator, Input1, Input2, Output1, Output2, Output3, Output4 Moku:Delta None, LowpassFilter, FastPIDOutput, SlowPIDOutput, ErrorSignal, LocalOscillator, Input1, Input2, Output1, Output2, Output3, Output4
# Examples
# Sample response
{
"source": "Output1"
}
1
2
3
2
3