3-38
Agilent 4155B/4156B VXIplug&play Driver User’s Guide, Edition 4
Programming Examples Using HP VEE
Multi-Channel Pulsed Sweep Measurements
Figure 3-33
SetInput User Function
Table 3-22
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_startMeasure.
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_startMeasure.
a[0]=b, a[1]=b
Data-AccessArray-SetValues
Sets data of array (array element).
Text
Data-Constant-Text
Enters PWV command parameters.
A+B
Device-Formula
Calculates A+B to create PWV command.