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
I have a DSA72004B scope. I wonder if TekHSI supports this model.
I connect the scope with my computer through a LAN cable. I managed to ping from my computer to the scope. However, the following line failed.
with TekHSIConnect(f"{addr}:5000", ["ch1"]) as connect:
It seems the TCP server in the scope is not running. I wonder if I need to start the TCP server and how to.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I have two questions:
with TekHSIConnect(f"{addr}:5000", ["ch1"]) as connect:
It seems the TCP server in the scope is not running. I wonder if I need to start the TCP server and how to.
Beta Was this translation helpful? Give feedback.
All reactions