Programming Example: List connected VISA compatible resources using PyVISA
August 30, 2018
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 … Continued
Using EasyScope X to retrieve Average Waveform Data
October 24, 2017
Waveform averaging can be a useful method to decrease noise in a particular signal. The SIGLENT SDS series of oscilloscopes can easily collect average waveform data using EasyScope X software. NOTE: At this time, average waveform data is not able to be saved in CSV format via the front panel USB connection to a USB … Continued
Verification of a working remote communications connection using NI – MAX
September 29, 2017
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 … Continued