Agilent 4155C/4156C VXIplug&play Driver User’s Guide, Edition 4 6-21
Programming Examples for VEE Users
Multi-Channel Spot Measurements
Figure 6-16 SetArrayPara User Object
Table 6-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).