User`s guide

FUNCTIONS
SDK SECTION 11
Page 140
GetMCPVoltage
unsigned int WINAPI GetMCPVoltage (int* iVoltage)
Description
This function will retrieve the current Micro Channel Plate voltage.
Parameters
int* iVoltage: Will contain voltage on return. The unit is in Volts and should be between
the range 600 – 1100 Volts.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_NOT_AVAILABLE
DRV_GENERAL_ERRORS
Voltage returned.
System not initialized.
Acquisition in progress.
Not a USB iStar.
EEPROM not valid
See also
GetMCPGain
NOTE Available only on USB iStar.
GetMetaDataInfo
unsigned int WINAPI GetMetaDataInfo(SYSTEMTIME* TimeOfStart ,float *TimeFromStart, int index)
Description
This function will return the time of the initial frame and the time in milliseconds of further
frames from this point.
Parameters
SYSTEMTIME* TimeOfStart: Structure with start time details.
float *TimeFromStart: time in milliseconds for a particular frame from time of start.
int index: frame for which time is required.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_MSTIMINGS_ERROR
Timings returned
System not initialized
Invalid timing request
See also
SetMetaData