Agilent Technologies E5071C Manual page 1137

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

E5071C
Sample program is available to download from the Agilent Support page,
named "read_write.vba", that demonstrates how to read and write
measurement data. This VBA program consists of the following modules:
Object
name
frmReadWrite
mdlReadWrite
This sample program correctly runs when the maximum number
of channels/traces is set 9 channels/9 traces.
When you run this VBA program, a following window appears.
UserForm of read_write.vba program
The program lets the user specify the channel to be controlled.
1. The program lets the user specify which trace's formatted data array
to read (source trace).
2. The program reads the formatted data array for the trace specified
by the user, display the measurement results in the echo window,
and write the data into the trace specified by the user. For detail, see
the description of the code window.
3. The program lets the user specify which trace's formatted data array
to overwrite (target trace).
4. The program exits, and the window disappears.
In Visual Basic Editor, open the UserForm (object name: frmReadWrite),
and double-click the entire UserForm or the Copy -> or Exit button to bring
1364
Module type
UserForm
Standard
module
Content
Reads, displays, and writes a
formatted data array.
Invokes a UserForm.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents