User`s guide

FUNCTIONS
SDK SECTION 11
Page 219
SetFastExtTrigger
unsigned int WINAPI SetFastExtTrigger(int mode)
Description
This function will enable fast external triggering. When fast external triggering is enabled
the system will NOT wait until a “Keep Clean” cycle has been completed before
accepting the next trigger. This setting will only have an effect if the trigger mode has
been set to External via
SetTriggerMode.
Parameters
int mode:
0 Disabled
1 Enabled
Return
unsigned int
DRV_SUCCESS Parameters accepted.
See also
SetTriggerMode
SetFilterMode
unsigned int WINAPI SetFilterMode(int mode)
Description
This function will set the state of the cosmic ray filter mode for future acquisitions. If the
filter mode is on, consecutive scans in an accumulation will be compared and any cosmic
ray-like features that are only present in one scan will be replaced with a scaled version
of the corresponding pixel value in the correct scan.
Parameters
int mode: current state of filter
0 OFF
2 ON
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Filter mode set.
System not initialized.
Acquisition in progress.
Mode is out off range.
See also
GetFilterMode
SetFilterParameters
unsigned int WINAPI SetFilterParameters (int width, float sensitivity, int range, float accept, int
smooth, int noise)
Description THIS FUNCTION IS RESERVED.