Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: TekScope2K - VERBOSE and HEADER options must be turned on to query the available data sources #326

Closed
RoaCode opened this issue Oct 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@RoaCode
Copy link
Contributor

RoaCode commented Oct 14, 2024

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:

  1. Ensure scope has VERBOSE and HEADER disabled. "self.set_and_check("HEADER", "0")", "self.set_and_check("VERBOSE", "0")"
  2. Call TekScope2k.get_available_data_sources() function

Environment Information

No response

Additional Information

No response

@RoaCode RoaCode added the bug Something isn't working label Oct 14, 2024
RoaCode added a commit to RoaCode/tm_devices that referenced this issue Oct 24, 2024
RoaCode added a commit to RoaCode/tm_devices that referenced this issue Oct 24, 2024
@nfelt14
Copy link
Collaborator

nfelt14 commented Nov 14, 2024

This was released in v2.5.0

@nfelt14 nfelt14 closed this as completed Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants