User`s guide
FUNCTIONS
SDK SECTION 11
Page 224
SetHighCapacity
unsigned int WINAPI SetHighCapacity(int state)
Description
This function switches between high sensitivity and high capacity functionality. With high
capacity enabled the output amplifier is switched to a mode of operation which reduces
the responsivity thus allowing the reading of larger charge packets during binning
operations.
Parameters
int state: Enables/Disables High Capacity functionality
1 – Enable High Capacity (Disable High Sensitivity)
0 – Disable High Capacity (Enable High Sensitivity)
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Parameters set.
System not initialized.
Acquisition in progress.
State parameter was not zero or one.
See also
GetCapabilities
SetHorizontalSpeed
unsigned int WINAPI SetHorizontalSpeed(int index)
Description
Deprecated see Note:
This function will set the horizontal speed to one of the possible speeds of the system. It
will be used for subsequent acquisitions.
Parameters
int index: the horizontal speed to be used
Valid values 0 to GetNumberHorizontalSpeeds-1
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Horizontal speed set.
System not initialized.
Acquisition in progress.
Index is out off range.
See also
GetNumberHorizontalSpeeds, GetHorizontalSpeed
NOTE: Deprecated by SetHSSpeed