User`s guide

FUNCTIONS
SDK SECTION 11
Page 230
SetKineticCycleTime
unsigned int WINAPI SetKineticCycleTime(float time)
Description
This function will set the kinetic cycle time to the nearest valid value not less than the
given value. The actual time used is obtained by
GetAcquisitionTimings. . Please refer to
SECTION 5 – ACQUISITION MODES for further information.
Parameters
float time: the kinetic 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.
Time invalid.
See also
SetNumberKinetics
SetMCPGain
unsigned int WINAPI SetMCPGain(int gain)
Description
Allows the user to control the voltage across the microchannel plate. Increasing the gain
increases the voltage and so amplifies the signal. The gain range can be returned using
GetMCPGainRange.
Parameters
int gain: amount of gain applied.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_I2CTIMEOUT
DRV_I2CDEVNOTFOUND
DRV_ERROR_ACK
DRV_P1INVALID
Value for gain accepted.
System not initialized.
Acquisition in progress.
I2C command timed out.
I2C device not present.
Unable to communicate with device.
Gain value invalid.
See also
GetMCPGainRange, SetGateMode, SetMCPGating
NOTE: Available on iStar.