Hello!
I have a Moku:Go that I control using the Python API, and I am trying to set up a Multi-Instrument Mode Oscilloscope for some experiments. I can initialize it and set most of the necessary parameters, passing “Input1” to “Slot2InA” and “Input2” to “Slot2InB”. However whenever I try to run set_trigger, it errors out. Running Oscilloscope.get_sources() I see the sources are named “GenericInputA” and “GenericInputB”, but whatever I pass to set_trigger it errors out with ‘GenericInputA is not a valid value for Trigger channel’. I have tried both GenericInputs, InputA and B, Input1 and 2, nothing works.
Is it possible to set the trigger for the Oscilloscope in Multi-Instrument Mode, and if so, how?
Thanks!