Jitter spectrum measurements with a digital oscilloscope
February 21, 2022
Clockworks Signal Processing released an application note that measures jitter using a SIGLENT XE series of oscilloscopes. The basic idea is simple enough – measure the clock edges and see if they are all exactly evenly spaced or if they change (jitter) over time. A non-uniform clock fed to an ADC or DAC will produce … Continued
Oscilloscope Feature and Options Table
January 14, 2022
SIGLENT has a number of oscilloscopes to help fit your application needs and budget. Here is a table of features and options of our most powerful oscilloscopes to help decide what is best for you. S – Standard, included O – Optional (1) – Bode requires a SIGLENT SAG, SDG, or internal function generator to … Continued
How to Extract Data from the Binary File of Siglent Oscilloscope
August 31, 2021
Oscilloscope Remote control TEK emulation mode
July 27, 2021
Overview This application note describes the features and usage of the Tektronix compatibility mode for remote control of the SIGLENT SDS5000X and SDS6000A oscilloscope series. In many cases, a SIGLENT SDS5000X/6000A scope can replace a similar Tektronix product without many changes to the existing code. Furthermore, it describes in detail the limitations of the individual … Continued
EasyPulse Technology and Its Benefits
July 13, 2020
INTRODUCTION: The majority of modern arbitrary/function waveform generators utilize DDS technology (Direct Digital Synthesis), but there are a few obvious defects using this technology directly. To solve these disadvantages, SIGLENT invented a pulse generating algorithm called EasyPulse technology. In this note, we will describe the basics of DDS and how EasyPulse can help get the … Continued
Power Supply Design: Load Step Response with a SIGLENT DC Electronic Load
April 3, 2020
Building a power supply that can handle various loads without oscillating can be a challenge. Computational models and computer simulations can help get your design headed in the right direction, but physical testing is essential to proving the performance of your design. One method of quickly determining stability is to use a load step response. … Continued
Programming Example: SDS Oscilloscope save a copy of a screen image via Python/PyVISA
February 26, 2020
Here is a brief code example written in Python 3.4 that uses PyVISA to pull a display image (screenshot) from a SIGLENT SDS oscilloscope via USB and save it to a drive on the controlling computer. NOTE: This program saves the picture/display image file to the E: drive, which may or may not exist on … Continued
Programming Example: SDS Oscilloscope screen image capture using Python over LAN
March 14, 2019
Here is a brief code example written in Python 3.4 that uses a socket to pull a display image (screenshot) from a SIGLENT SDS1000X-E scope via LAN and save it to the local drive of the controlling computer. NOTE: This program saves the picture/display image file in the same directory that the .py file is … Continued
Bode Plot of a filter using an oscilloscope and function generator
February 26, 2019
A Bode plot is a method of graphically displaying the frequency response of a system or device-under-test (DUT). Commonly, the magnitude and phase response of the device are plotted with respect to frequency using a shared horizontal frequency axis as shown in the example below: By showing both the magnitude and phase information on … Continued
Programming Example: Retrieve data from an XE series Oscilloscope using Kotlin
February 26, 2019
The SDS series of oscilloscopes all feature remote programming and data collection capabilities. They can be integrated easily into many automated test environments to ease the setup and data acquisition during testing. One of our helpful customers developed a nice programming example designed to set up and retrieve data from a SIGLENT SDS1202X-E Oscilloscope using Kotlin, … Continued