Agilent 4155B/4156B VXIplug&play Driver User’s Guide, Edition 4
3-21
Programming Examples Using HP VEE
Multi-Channel Spot Measurements
Figure 3-16
SetArrayPara User Object
Table 3-5
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_measureM.
A+1
Device-Formula
Calculates A+1 to allocate array.
AllocReal,
AllocInteger
Data-AllocateArray-Real
Data-AllocateArray-Integer
Allocates array for channel[ ], mode[ ],
range[ ] of hp4156b_measureM.
a[0]=b, a[1]=b
Data-AccessArray-SetValues
Sets data of array (array element).