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
Thank you for your work!
Look, I detected something that caused me a malfunction in "AgilentGenerator.py" on line 195 (def convert_list_to_dac_str).
I solved it this way, I clarify that I am taking the first steps in Python.
The error occurred because the function generates values outside the DAC range (outside the range -8191 to 8191), when the list has positive and negative values.
Thank you for your work!
Look, I detected something that caused me a malfunction in "AgilentGenerator.py" on line 195 (def convert_list_to_dac_str).
I solved it this way, I clarify that I am taking the first steps in Python.
The error occurred because the function generates values outside the DAC range (outside the range -8191 to 8191), when the list has positive and negative values.
test code:
The text was updated successfully, but these errors were encountered: