User`s guide

FUNCTIONS
SDK SECTION 11
Page 104
GetBaselineClamp
unsigned int WINAPI GetBaselineClamp(int* state)
Description
This function returns the status of the baseline clamp functionality. With this feature
enabled the baseline level of each scan in a kinetic series will be more consistent across
the sequence.
Parameters
int * state: Baseline clamp functionality Enabled/Disabled
1 – Baseline Clamp Enabled
0 – Baseline Clamp Disabled
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_NOT_SUPPORTED
DRV_P1INVALID
Parameters set.
System not initialized.
Acquisition in progress.
Baseline Clamp not supported on this camera
State parameter was not zero or one.
See also
SetBaselineClamp, SetBaselineOffset
GetBitDepth
unsigned int WINAPI GetBitDepth(int channel, int* depth)
Description
This function will retrieve the size in bits of the dynamic range for any available AD
channel.
Parameters
int channel: the AD channel.
int* depth: dynamic range in bits
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_P1INVALID
Depth returned.
System not initialized.
Invalid channel
See also
GetNumberADChannels, SetADChannel