set_monitor

Configures the specified monitor channel to view the desired Laser Lock Box 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 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:Lab1, 2
Moku:Go1, 2
Moku:Pro1, 2, 3, 4
Moku:Delta1, 2, 3, 4
string required
Monitor channel source.
allowed values:
Moku:LabNone, LowpassFilter, FastPIDOutput, SlowPIDOutput, ErrorSignal, LocalOscillator, Input1, Input2, Output1, Output2
Moku:GoNone, LowpassFilter, FastPIDOutput, SlowPIDOutput, ErrorSignal, LocalOscillator, Input1, Input2, Output1, Output2
Moku:ProNone, LowpassFilter, FastPIDOutput, SlowPIDOutput, ErrorSignal, LocalOscillator, Input1, Input2, Output1, Output2, Output3, Output4
Moku:DeltaNone, LowpassFilter, FastPIDOutput, SlowPIDOutput, ErrorSignal, LocalOscillator, Input1, Input2, Output1, Output2, Output3, Output4

# Examples

# Sample response

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