User`s guide

5-8 Agilent E6432A Microwave Synthesizer User’s Guide
Applications and Example Programs
featureBits Parameter
featureBits Parameter
HPE6432_RunList(instrumentHandle, startingPoint, numberofPoints,
featureBits);
When using the HPE6432_RunList() function in any of the list modes,
the featureBits parameter controls the features that establish how a
list runs. Changing the feature bits to either on or off has the following
effect on a list:
Decimal Value Bit # Effect on a List
0 With all bits set to 0, the list will run once automatically.
Bits 7 0 Reserved
256 Bit 8 Step to the next list point for each Trig In trigger
512 Bit 9 Repeat the list continuously until a Run List Abort
function is received
1024 Bit 10 Step through entire list after receiving a Trig In trigger
(Setting this bit clears Bit 8)
2048 Bit 11 Wait for a Sync In trigger before starting the list (Bits 8,
9, 10, and 12 still apply)
4096 Bit 12 Restart a running list when a Sync In trigger is received
Bits 15-13 Reserved
65536 Bit 16 Send Settled Interrupt when list point is settled
131072 Bit 17 Send Sync Output Settled Interrupt when Sync Out bit is
set; the Sync Out bit is set with the
HPE6432_WriteListPoints function.
Bits 31-18 Reserved.
To read the interrupt flag status, refer to the
HPE6432_GetInterruptFlags function.