User`s guide
FUNCTIONS
SDK SECTION 11
Page 231
SetMCPGating
unsigned int WINAPI SetMCPGating(int gating)
Description
This function controls the MCP gating.
Parameters
int gating: ON/OFF switch for the MCP gating.
Valid values: 0 to switch MCP gating OFF.
1 to switch MCP gating ON.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_I2CTIMEOUT
DRV_I2CDEVNOTFOUND
DRV_ERROR_ACK
DRV_P1INVALID
Value for gating accepted.
System not initialized.
Acquisition in progress.
I
2
C command timed out.
I
2
C device not present.
Unable to communicate with card.
Value for gating invalid.
See also
SetMCPGain, SetGateMode
NOTE: Available on some ICCD models.
SetMessageWindow
unsigned int WINAPI SetMessageWindow (HWND wnd)
Description This function is reserved.
SetMetaData
unsigned int WINAPI SetMetaData(int state)
Description
This function activates the meta data option.
Parameters
int state: ON/OFF switch for the meta data option.
Valid values: 0 to switch meta data OFF.
1 to switch meta data ON.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
DRV_NOT_AVAILABLE
Meta data option accepted.
System not initialized.
Acquisition in progress.
Invalid state.
Feature not available.
See also
GetMetaDataInfo