3-28
Agilent 4155B/4156B VXIplug&play Driver User’s Guide, Edition 4
Programming Examples Using HP VEE
Multi-Channel Sweep Measurements
Figure 3-23
SetArrayPara User Object
Table 3-12
Program Explanation
Object Title
Menu
Explanation
Channels,Ch1,Ch2,
Ch1Mode,Ch2Mode,
Ch1Range,Ch2Range
Data-Constant-Integer
Data-Constant-Real
Enters data to allocate array, and array
element for channel[ ], mode[ ], range[ ] of
hp4156b_sweepMiv.
A+1
Device-Formula
Calculates A+1 to allocate array.
AllocReal,
AllocInteger
Data-AllocateArray-Real
Data-AllocateArray-Integer
Allocates array for channel, mode, range,
source,value,status of hp4156b_sweepMiv.
a[0]=b, a[1]=b
Data-AccessArray-SetValues
Sets data of array (array element).