Programming

Making Measurements

The benefit of non- sequential commands is that, in some situations, they can reduce the overall execution times of programs. For example, you can set the peak excursion, peak threshold, and elevation and use a *WAI command at the end to save time. However, non- sequential commands can also be a source of annoying errors. Always use the *OPC query or *WAI command with the non- sequential commands to ensure that your programs execute properly.

For example, suppose that you wanted to set the elevation correction value and then send an :INIT:IMM command. The following program- ming fragment results in an error “–213 Init ignored”. This occurs because the :ELEVation command causes the recalculation of the data which is like sending the :INIT:IMM command. When the actual :INIT:IMM is sent, the error occurs because the command is already in progress.

OUTPUT 720;”:INIT:IMM”

OUTPUT 720;”:SENSe:CORRection:ELEVation 1000”

OUTPUT 720;”:INIT:IMM”

Use an *OPC? query to ensure that the :ELEVation command has com- pleted as shown in the following lines:

OUTPUT 720;”:INIT:IMM”

OUTPUT 720;”:SENSe:CORRection:ELEVation 1000”

OUTPUT 720;”*OPC?”

ENTER 720;Response$

OUTPUT 720;”:INIT:IMM”

Or, the *WAI command could be used:

OUTPUT 720;”:INIT:IMM”

OUTPUT 720;”:SENSe:CORRection:ELEVation 1000”

OUTPUT 720;”*WAI?”

OUTPUT 720;”:INIT:IMM”

3-13

Page 91
Image 91
Agilent Technologies Agilent 86120C manual Or, the *WAI command could be used

Agilent 86120C specifications

Agilent Technologies is renowned for its innovative solutions in the field of electronic measurement and test instrumentation. Among its extensive portfolio, the Agilent 86120C stands out as a high-performance optical sampling oscilloscope designed for advanced optical communication system testing and development.

One of the key features of the Agilent 86120C is its ability to perform high-speed digital modulation analysis. With a bandwidth of up to 20 GHz, it supports a wide range of optical signals, making it ideal for testing and characterizing various optical components and systems. The device is capable of analyzing multiple modulation formats, including pulse amplitude modulation (PAM-4), making it a critical tool for engineers working on next-generation data transport technologies.

Another outstanding characteristic of the Agilent 86120C is its sophisticated optical performance monitoring capabilities. It employs advanced algorithms and techniques to provide real-time assessment of signal integrity. The oscilloscope can measure parameters such as eye diagrams, jitter, and signal-to-noise ratios, which are crucial for ensuring the reliability and performance of optical communication links.

Incorporating cutting-edge technologies, the Agilent 86120C features a high-sensitivity photodetector optimized for low-light detection and high-speed applications. This allows users to accurately capture and analyze signals, even when working with low-power transmission systems. The oscilloscope also supports multiple input channels, enabling simultaneous testing of multiple wavelengths or different signal paths.

User-friendly software is another highlight of the Agilent 86120C. The intuitive interface streamlines the measurement process and provides comprehensive data analysis tools. Users can quickly generate reports, conduct statistical analysis, and visualize data in various formats to enhance their understanding of signal behavior.

Additionally, the Agilent 86120C is equipped with connectivity options for seamless integration into larger test setups. It can easily interface with other Agilent test instruments, PCs, and networked environments, allowing engineers to create a comprehensive testing environment tailored to their specific needs.

In conclusion, the Agilent 86120C optical sampling oscilloscope combines high performance, advanced features, and cutting-edge technologies to meet the demanding requirements of optical communication testing. Its versatility makes it an essential tool for engineers working in the rapidly evolving field of data communications.