We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad426bb commit 1e0baa7Copy full SHA for 1e0baa7
src/tm_devices/helpers/functions.py
@@ -597,7 +597,7 @@ def get_visa_backend(visa_lib_path: str) -> str:
597
for (
598
visa_implementation_name,
599
visa_implementation_details,
600
- ) in visa_implementation_dict.items():
+ ) in visa_implementation_dict.items(): # pragma: no cover
601
if visa_lib_path in visa_implementation_name:
602
vendor = visa_implementation_details["Vendor"]
603
visa_name = "NI-VISA" if "National Instruments" in vendor else f"{vendor} VISA"
0 commit comments