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
Timeout Error on Subsequent USB TMC Connections to the Oscilloscope.
Affected Model: MSO 4 series Oscilloscopes.
The API behaves as expected during the initial connection; however, upon subsequent USB TMC connections to the oscilloscope, an unexpected timeout error occurs, contrasting with the behavior observed in connections through PyVisa.
Steps To Reproduce
Connect the oscilloscope to the system through USB TMC connection.
Create a driver object named "scope" for any of the affected models.
Use the "scope" driver object query the following API:
scope.commands.idn.query()
Close the connection.
Repeat steps 1-3, observe the error.
Environment Information
Operating System:
Windows 10, 64-bit
Software Version:
tm-devices : 0.1.24
Connection type
USB TMC
Additional Information
Note: This error arises during the execution of consecutive scripts, not in the context of successive API calls.
The text was updated successfully, but these errors were encountered:
Description of the bug
Timeout Error on Subsequent USB TMC Connections to the Oscilloscope.
Affected Model: MSO 4 series Oscilloscopes.
The API behaves as expected during the initial connection; however, upon subsequent USB TMC connections to the oscilloscope, an unexpected timeout error occurs, contrasting with the behavior observed in connections through PyVisa.
Steps To Reproduce
Environment Information
Operating System:
Software Version:
Connection type
Additional Information
Note:
This error arises during the execution of consecutive scripts, not in the context of successive API calls.
The text was updated successfully, but these errors were encountered: