
32
Chapter 3
•
•
•
•
•
•
Initialize the Instrument
You can now write the main constructs for your program. Create a variable to
represent your instrument and set the Initialization parameters.
1 Type Agilent34401Class dmm = new Agilent34401Class();
2 Type dmm.Initialize (“GPIB::23”, false, true,
“simulate=true”);
Note
: IntelliSense helps ensure you use correct syntax and values.
Kommentare zu diesen Handbüchern