HP Drive manual Initialize the Instrument, Type dmm.Initialize GPIB23, false, true, simulate=true

Models: Drive

1 114
Download 114 pages 61.75 Kb
Page 32
Image 32

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.

1Type Agilent34401Class dmm = new Agilent34401Class();

2Type dmm.Initialize (“GPIB::23”, false, true, “simulate=true”);

Note: IntelliSense helps ensure you use correct syntax and values.

32 Chapter 3

Page 32
Image 32
HP Drive manual Initialize the Instrument, Type dmm.Initialize GPIB23, false, true, simulate=true