You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
While adding unit tests for the agilentMSOX3024A.py file and its parents, I found what appears to be an error in the _get_output_enabled() function in agilent2000A.py.
Instead of setting _output_standard_waveform_amplitude[index] to the scope's response, I think that should set _output_enabled[index].
Note — If you run _set_output_enabled() prior to _get_output_enabled(), you'll get the proper response, since the _set_output_enabled() function does change the _output_enabled[index] variable.