Set_trigger mode Single?

**Moku model:Moku Go
**Operating system:Win 11
**Software version:3.3.2.1

Bug or support request description:
For the Oscilliscope Set_trigger mode in the API, why is ‘Single’ trigger not available?

Its available on the Moku app and appears like it used to be available in this python question from 2022:

I tried sending ‘Single’ as a parameter for mode but got an error:
“INVALID_REQUEST: Cannot understand request. One or more key/values are incorrect”

Am I missing something or is there a work around to get the scope to only trigger once via the API?

Hi @bbean ,
Thank you for reaching out! Single trigger mode isn’t a parameter that can be set, but by using Normal trigger mode and calling get_data() once, you can emulate this mode. Here is a link to the documentation; the bottom of the page has information about replicating single trigger mode. I hope this helps!