Agilent Technologies 8166A, B, 8163A, 8164A manual 201

Models: 8163A 8164A 8166A B

1 274
Download 274 pages 13.6 Kb
Page 201
Image 201

How to Co-ordinate Two Modules

VISA Programming Examples

errStatus = viPrintf(vi,"SENS1:CHAN1:POW:REF:STATE:RATIO TOREF,0\n");

checkError(vi,errStatus);

/* set reference measuremant state to absolute units */ errStatus = viPrintf(vi,"SENS1:CHAN1:POW:REF:STAT 1\n"); checkError(vi,errStatus);

/* turn laser on */

errStatus = viPrintf(vi,"SOURCE2:CHAN1:POW:STATE 1\n"); checkError(vi,errStatus);

/*ask for command completion */ do

{

errStatus = viQueryf(vi,"*OPC?\n","%d",&cmdDone); checkError(vi,errStatus);

} while (!cmdDone);

/* set the power meter reference to the displayed value (display to reference) */

errStatus = viPrintf(vi,"SENS1:CHAN1:POW:REF:DISP\n"); checkError(vi,errStatus);

/*

read 30 values and display the result; after ten measurements the source output will be halved by making use of the

attenuation;

after an other ten measurements the source output will be

halved

a second time;

because of the display to reference command and using the reference, the value printed should be more or less equal to the adjusted source attenuation */

for (i = 1; i <= 30; i++)

{

errStatus = viQueryf(vi,"READ1:CHAN1:POW?\n","%s",replyBuf); checkError(vi,errStatus);

if(errStatus ==VI_SUCCESS)printf("power #%02d:%s\n",i,replyBuf);

if(i == 10)

{

/* reduce the output power for 3.0 dB */

errStatus = viPrintf(vi,"SOURCE2:CHAN1:POW:ATT 3.0\n"); checkError(vi,errStatus);

}

if(i == 20)

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

201

Page 201
Image 201
Agilent Technologies 8166A, B, 8163A, 8164A manual 201

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.