112 Chapter 4
Programming Examples
89601X VXA Signal Analyzer Programming Examples
Programming using Visual Studio
ÂŽ
2003 .NET:
âĸ Setting up a VSA Measurement on your 89601X VXA using Visual
Basic 6.
This example program:
â Sets up the VSA Mode.
â Sets the Vector Measurement.
â Configures the Vector Measurement.
â Starts the Vector Measurement.
â Reads the trace data in Real 64 data format
File name: VXA-MeasDemo.sln
âĸ Setting up a Digital Demod Measurement on your 89601X VXA
using Visual Basic 6.
This example program:
â Sets up the VSA Mode.
â Sets the Digital Demod Measurement.
â Configures the Digital Demod Measurement.
â Starts the Digital Measurement.
â Reads the trace data, EVM, and demodulated bits.
File name: VXA-DigDemodDemo.sln