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