Knowledge Base SSG3000X Series – Telonic Instruments Ltd
Free Shipping logo FREE SHIPPING £75+ 50 years of Telonic Instruments Ltd logo CELEBRATING 50+ YEARS Price Match logo PRICE MATCH GUARANTEE

Knowledge Base SSG3000X Series

Siglent SPD1168X Power Supply Front

Testing Open Socket Communications Using PuTTY

Many instruments include the ability to be controlled via a remote connection to a computer using an Ethernet connection. In many cases, these instruments require a special software library that can help establish and maintain the communications link between the instrument and controlling computer. This can be annoying for a few reasons… the software library is likely to occupy a large amount of...
Siglent SPD1168X Power Supply Front

Verification of a LAN connection using Telnet

Automating a test can dramatically increase the productivity, throughput, and accuracy of a process. Automating a setup involves connecting a computer to the test instrumentation using a standard communications bus like USB or LAN and then utilizing code entered via a software layer (like LabVIEW, .NET, Python, etc..) to sequence the specific instrument commands and process data. This process n...
Siglent SDL1020X E ElectronicLoad Front

Programming Example: Open Socket LAN connection using Python

Automating a test can dramatically increase the productivity, throughput, and accuracy of a process. Automating a setup involves connecting a computer to the test instrumentation using a standard communications bus like USB or LAN and then utilising code entered via a software layer (like LabVIEW, .NET, Python, etc..) to sequence the specific instrument commands and process data. In this note, ...
Siglent SPD1168X Power Supply Front

Programming Example: List connected VISA compatible resources using PyVISA

PyVISA is a software library that enables Python applications to communicate with resources (typically instruments) connected to a controlling computer using different buses, including: GPIB, RS-232, LAN, and USB. This example scans and lists the available resources. It requires PyVISA to be installed (see the PyVISA documentation for more information) *** #Example that scans a compute...