pklaus / ds1054z

Python package for the Rigol DS1054Z Oscilloscope
https://ds1054z.readthedocs.org/
176 stars 40 forks source link

setting the trigger level #20

Open habkorn opened 2 years ago

habkorn commented 2 years ago

First off all great job in developing the API for this scope. I'm very happy to be able to automate my measurements now using it.

One feature however is missing (at least for me): setting the trigger level. Is there a way to set the trigger level in any way (maybe using using the vxi11 write(.) method) ?

Kind regards, keep up the good work!