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
In the TekScope_2k.py driver file, the get_available_data_sources function will run into an error if VERBOSE and HEADER scope options are not enabled. Those options tell the scope to return descriptive strings as opposed to simple booleans. The driver is currently looking for the descriptive strings, so the drivers needs to ensure the correct state prior to calling SELECT?. The driver can disable those options afterwards.
Steps To Reproduce
To produce error:
Ensure scope has VERBOSE and HEADER disabled. "self.set_and_check("HEADER", "0")", "self.set_and_check("VERBOSE", "0")"
Call TekScope2k.get_available_data_sources() function
Environment Information
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
In the TekScope_2k.py driver file, the get_available_data_sources function will run into an error if VERBOSE and HEADER scope options are not enabled. Those options tell the scope to return descriptive strings as opposed to simple booleans. The driver is currently looking for the descriptive strings, so the drivers needs to ensure the correct state prior to calling SELECT?. The driver can disable those options afterwards.
Steps To Reproduce
To produce error:
Environment Information
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: