Connect to Your Instrument Using Sockets and Python

Опубликовано: 16 Июнь 2026
на канале: Test Automation for the Practical Programmer
1,345
29

This video will start by providing an overview comparison of LAN communication versus other instrument comms options then transition to showing you the code setup that will allow you to connect and disconnect to a LAN-enabled piece of test equipment through a sockets-based connection as well as how to terminate the connection. To supplement, you will also see how you can send a command string as well as receive string data back.

To use the code shown here, check out: https://github.com/jbrown1234/Test_Au...

Other links to information resources:
https://www.python.org/
https://docs.python.org/3/howto/socke...
https://www.extrahop.com/company/blog...