User`s guide
FUNCTIONS
SDK SECTION 11
Page 153
GetPhysicalDMAAddress
unsigned int WINAPI GetPhysicalDMAAddress (unsigned long* Address1, unsigned long* Address2)
Description THIS FUNCTION IS RESERVED.
GetPixelSize
unsigned int WINAPI GetPixelSize(float* xSize, float* ySize)
Description
This function returns the dimension of the pixels in the detector in microns.
Parameters
float* xSize: width of pixel.
float* ySize: height of pixel.
Return
unsigned int
DRV_SUCCESS Pixel size returned.
GetPreAmpGain
unsigned int WINAPI GetPreAmpGain(int index, float* gain)
Description
For those systems that provide a number of pre amp gains to apply to the data as it is read
out; this function retrieves the amount of gain that is stored for a particular index. The
number of gains available can be obtained by calling the GetNumberPreAmpGains
function and a specific Gain can be selected using the function SetPreAmpGain.
Parameters
int index: gain index
Valid values: 0 to GetNumberPreAmpGains()-1
float* gain: gain factor for this index.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Gain returned.
System not initialized.
Acquisition in progress.
Invalid index.
See also
IsPreAmpGainAvailable, GetNumberPreAmpGains, SetPreAmpGain, GetCapabilities