User`s guide
ACQUISITION MODES
SDK SECTION 4
Page 48
By default the system is set to non-Frame Transfer mode. To set the chip operation mode to Frame Transfer
call:
SetFrameTransferMode(1)
To switch back to non-frame transfer mode call
SetFrameTransferMode(0)
To fully define a Frame Transfer acquisition you will need to supply the following information:
• Exposure Time: Time in seconds during which the CCD collects light prior to readout. Set via the
SetExposureTime function.
• Number of Accumulations: Number of scans you want to add together to create each member
of your kinetic series. The default value of 1 means that each member of the kinetic series will
consist of a single scan. Set via the SetNumberAccumulations function.
• Number in Kinetic Series: Number of scans (or accumulated scans) you specify to be in your
series. Set via the SetNumberKinetics function.