Programming

Example Programs

Example 3. Measure WDM channel drift

This program measures the drift of channels in a WDM system. It measures drift in both power and wavelength of each line. First, the program sets the Agilent 86120C in the continuous- acquisition mea- surement mode. Then, it measures drift using commands from the CALCulate3 subsystem.

Notice the use of the Tempo subroutine to pause the program for 10 seconds while the Agilent 86120C measures the drift on the system.

The use of the Err_mngmt subroutine is optional. Refer to the intro- duction to this section for a description of each subroutine that is contained in this program.

COM /Instrument/ @Mwm

ASSIGN @Mwm TO 720

DIM Key$[1]

ON ERROR GOTO Error_msg

Set_ese

PRINT USING "37A,33A";"Multi-Wavelength Meter Identity is: " ;FNIdentity$

ON TIMEOUT 7,5 CALL Err_mngmt

Cmd_opc("*RST")

Cmd_opc(":INIT:IMM")

Cmd_opc("*OPC")

Cmd_opc(":CONF:ARR:POW:WAV")

! Turn on the drift calculation

Cmd_opc(":CALC3:DRIF:STAT ON")

Err_mngmt(":CALC3:DRIF:STAT ON")

! Turn off all drift states

Cmd_opc(":CALC3:DRIF:PRES")

Err_mngmt(":CALC3:DRIF:PRES")

! Turn on drift reference state

Cmd_opc(":CALC3:DRIF:REF:STAT ON")

Err_mngmt(":CALC3:DRIF:REF:STAT ON")

! Query the number of data points

OUTPUT @Mwm;":CALC3:POIN?"

ENTER @Mwm USING "#,K";Nb_pt

ALLOCATE Current_ref_wl(1:Nb_pt)

ALLOCATE Current_ref_pwr(1:Nb_pt)

3-34

Page 112
Image 112
Agilent Technologies Agilent 86120C manual Example 3. Measure WDM channel drift, Query the number of data points

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.