Triggerlist – Measurement Computing Personal488 rev.3.0 User Manual
Page 129

Personal488 for Windows 95/98/Me/NT/2000
04-10-01
API Reference 6-61
TriggerList
Syntax
INT WINAPI TriggerList(DevHandlePT devHandleList);
devHandleList
is a pointer to a list of external devices.
Returns
-1
if error
Bus States
ATN
•UNL, MTA, LAG, GET
Example
deviceList[0] = wave;
deviceList[1] = timer;
deviceList[2] = dmm;
deviceList[3] = NODEVICE;
errorcode = TriggerList(deviceList);
Issues a Group Execute Trigger
(
GET
) bus command to a
list of specified devices.
See Also
Trigger, SendCmd, Status
The
TriggerList
command issues a Group Execute Trigger (
GET
) bus command to the specified devices.
If no interface devices are specified, then the
GET
affects those devices that are already in the Listen state as
a result of a previous
Output
or
Send
command.