summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc/visaQuery.py
AgeCommit message (Collapse)Author
2024-09-17make all python files executable and standardize interpreterShawn Hoffman
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-06-24USBTMC: Update test python code to use the new pyvisa namespace, and other ↵NConrad
misc fixes
2021-04-22USBTMC: remove reference to visa DLL (which only was for windows, and ↵Nathan Conrad
auto-select instead.
2019-10-02Add testcase for EP0 stall recovery to USBTMC test script.Nathan Conrad
2019-09-25USBTMC: Minor updates to testing script.Nathan Conrad
2019-09-21Lots of updates (especially error handling)Nathan Conrad
2019-09-19Add testcase for aborting bulk in with no data queued (and fix aborting bulk in)Nathan Conrad
2019-09-19Add trigger test code.Nathan Conrad
2019-09-19Fix more TX bugs... and add variable response delay to the example project.Nathan Conrad
2019-09-18More fixes, and a bit of SRQ.Nathan Conrad