Moku model: Moku Pro
Operating system: Python
Software version: 4.1
Bug or support request description:
I have found various errors in the Moku API documentation and believe they should be fixed. It seems like a few are correct like the maximum frequency or allowable channels but not for the Moku Pro.
The Waveform Generator generate_waveform maximum frequency is given as 20e6 but I have set it to 200e6 on the Moku Pro without issue.
The laser lock box has no listed demodulation phase allowed values.
The laser lock box scan oscillator amplitude units should be V, not Hz.
The laser lock box set.filter() documentation requires a channel but the example does not include it and my code works fine without it.
The laser lock box set_scan_oscillator should be “output”, not “source” in the documentation. The example is ok.
The laser lock box set_scan_oscillator should be “enable”, not “enable***d***” in the documentation. The example is ok.
The laser lock box set_aux_oscillator should include OutputC as an allowed output value. OutputC works fine in my code.
For completion, but this has been acknowledged: The set_connections for the Pro and Delta has flipped terminology for SlotXInY and SlotXOutY.