User`s guide

FUNCTIONS
SDK SECTION 11
Page 149
GetNumberPhotonCountingDivisions
unsigned int WINAPI GetNumberPhotonCountingDivisions(unsigned long * noOfDivisions)
Description
Available in some systems is photon counting mode. This function gets the number of
photon counting divisions available. The functions
SetPhotonCounting and
SetPhotonCountingThreshold can be used to specify which of these divisions is to be
used.
Parameters
unsigned long* noOfDivisions: number of allowed photon counting divisions
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_P1INVALID
DRV_NOT_AVAILABLE
Number of photon counting divisions returned.
System not initialized.
Invalid parameter.
Photon Counting not available
See also
SetPhotonCounting, SetPhotonCountingThreshold, GetCapabilities
GetNumberPreAmpGains
unsigned int WINAPI GetNumberPreAmpGains(int* noGains)
Description
Available in some systems are a number of pre amp gains that can be applied to the
data as it is read out. This function gets the number of these pre amp gains available.
The functions GetPreAmpGain and SetPreAmpGain can be used to specify which of
these gains is to be used.
Parameters
int* noGains: number of allowed pre amp gains
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
Number of pre amp gains returned.
System not initialized.
Acquisition in progress.
See also
IsPreAmpGainAvailable, GetPreAmpGain, SetPreAmpGain, GetCapabilities
GetNumberRingExposureTimes
unsigned int WINAPI GetNumberRingExposureTimes (int * ipnumTimes)
Description
Gets the number of exposures in the ring at this moment.
Parameters
int * ipnumTimes: Numberof exposure times.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
Success
System not initialized
See also
SetRingExposureTimes
GetNumberIO