User`s guide

FUNCTIONS
SDK SECTION 11
Page 193
SetAccumulationCycleTime
unsigned int WINAPI SetAccumulationCycleTime(float time)
Description
This function will set the accumulation cycle time to the nearest valid value not less than
the given value. The actual cycle time used is obtained by
GetAcquisitionTimings. Please
refer to SECTION 5 – ACQUISITION MODES for further information.
Parameters
float time: the accumulation cycle time in seconds.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Cycle time accepted.
System not initialized.
Acquisition in progress.
Exposure time invalid.
See also
SetNumberAccumulations, GetAcquisitionTimings
SetAcqStatusEvent
unsigned int WINAPI SetAcqStatusEvent(HANDLE statusEvent)
Description
This function passes a Win32 Event handle to the driver via which the driver can inform
the user software that the camera has started exposing or that the camera has finished
exposing. To determine what event has actually occurred call the
GetCameraEventStatus funtion. This may give the user software an opportunity to
perform other actions that will not affect the readout of the current acquisition. The
SetPCIMode function must be called to enable/disable the events from the driver.
Parameters
HANDLE statusEvent: Win32 event handle.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
Mode set
System not initialized
Function not supported for operating system
See also
GetCameraEventStatus SetPCIMode
NOTE This is only available with the CCI23 PCI card.