User`s guide

FUNCTIONS
SDK SECTION 11
Page 181
OutAuxPort
unsigned int WINAPI OutAuxPort(int port, int state)
Description
This function sets the TTL Auxiliary Output port (P) on the Andor plug-in card to either
ON/HIGH or OFF/LOW.
Parameters
int port: Number of AUX out port on Andor card
Valid Values 1 to 4
int state: state to put port in
0 OFF/LOW
all others ON/HIGH
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_VXDNOTINSTALLED
DRV_ERROR_ACK
DRV_P1INVALID
AUX port set.
System not initialized.
Acquisition in progress.
VxD not loaded.
Unable to communicate with card.
Invalid port id.
See also
InAuxPort