How Power Varies with Wavelength

VISA Programming Examples

How Power Varies with

Wavelength

This example shows how the measured power depends on wavelength.

Install a Power Sensor in Slot 1 and a Tunable Laser Source in Slot 2 and connect the Tunable Laser Source output to the Power Sensor input, before executing this example.

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <visa.h>

/* function prototypes for this examples*/

/* function for a simple error handling explained in example 1 */ void checkError(ViSession session, ViStatus err_status );

void main (void)

{

 

 

ViStatus

errStatus;

/* returned error code from visa call */

ViSession

defaultRM;

/* default visa resource manager

variable*/

 

 

ViSession

vi;

/* current session handle */

ViChar

replyBuf[256]; /*buffer holding answers of the

instrument */

 

ViChar

c;

/* used in the keyboard wait loop */

ViReal64

wavelength;

/* used to hold the wavelength of the

tunable laser source */

 

ViReal64

wavelength_max;

/*used to hold the maximum

wavelength of the tunable laser source*/

ViInt32

i;

/* loop counter */

ViInt32

cmdDone;

/* return value for OPC command */

errStatus = viOpenDefaultRM (&defaultRM); if(errStatus < VI_SUCCESS)

{

printf("Failed to open VISA Resource manager\n"); exit(errStatus);

}

Agilent 8163A/B, 8164A/B & 8166A/B Mainframes, Fifth Edition

203

Page 203
Image 203
Agilent Technologies 8164A, B, 8166A, 8163A manual How Power Varies with Wavelength, 203

8163A, 8164A, 8166A, B specifications

Agilent Technologies B,86100A is a high-performance oscilloscope and signal integrity analyzer designed primarily for advanced digital communications applications. As a versatile tool, it supports a wide range of testing needs, making it indispensable for engineers and researchers involved in the development and testing of high-speed digital signals.

One of the standout features of the B,86100A is its capability to analyze signals with various bandwidths, accommodating both current and emerging communication standards. The device features a sampling rate of up to 80 GS/s and bandwidth capabilities of 33 GHz to ensure high accuracy in capturing fast signal transitions, which is critical for ensuring the integrity of complex digital signals.

The B,86100A employs Agilent's proprietary digital signal processing (DSP) technology, which significantly enhances measurement precision and reduces noise, enabling users to obtain clearer insights into signal behavior. Its advanced triggering capabilities allow for precise signal capture, making it particularly useful in troubleshooting and validating high-speed designs, as well as in evaluating the performance of optical and electrical devices.

In addition to its high-speed capabilities, the B,86100A offers a robust set of measurement tools including jitter analysis, eye diagram analysis, and equalization assessment. These features allow engineers to effectively analyze signal quality and address potential issues related to signaling distortions and inter-symbol interference.

The graphical user interface of the B,86100A is intuitive, enabling users to efficiently navigate through measurement options and visualize data results. Customizable measurement setups streamline workflow, ensuring that users can quickly adapt their tests to evolving project requirements.

Another key characteristic of the B,86100A is its modularity. The system supports a variety of plug-in modules, which can be tailored to specific application needs, such as different types of optical and electrical signals. This flexibility not only extends the operational capability of the instrument but also makes it a future-proof investment as technology continues to evolve.

In summary, Agilent Technologies B,86100A combines high-speed acquisition with advanced processing capabilities, making it an essential instrument for anyone involved in high-speed digital design and testing. With its ability to deliver precise measurements and extensive analysis features, it empowers engineers to achieve optimal performance and reliability in their systems.