Instruction manual
SEE ALSO: Error Codes
5.2.12. el_GetErrorCodeEx
long
el_GetErrorCodeEx ( char *pszBuffer, long lnLen, long nLanguage );
DESCRIPTION: Inquire error description string.
pszBuffer: Buffer to be filled with error description string.
lnLen: Length of the buffer that should be filled.
nLanguage: Language of description. Not used yet, set to 0.
RETURN VALUE:
The Error Number
Fills the buffer with a string that gives a short error description and informs where in the library the error
occured .
SEE ALSO: Error Codes
5.2.13. el_GetExposureTime
long
el_GetExposureTime ( long BoardId, long ValSelect, long Reserved2 );
BoardId : board ID returned by el_OpenHW
ValSelect :0: reads the realized value, 1: reads the desired value
DESCRIPTION: Retrieves the current exposure time. With ValSelect=0 the actually realised value is
returned. With ValSelect=1 the desired value is returned. Due to camera limitations not all values can be
realized.
if the difference between the desired and the realized value is significant, the minimum or the maximum
cycle time of the camera has been exceeded.
RETURN VALUE:
the exposure time if OK
-1 if ERROR. See el_GetErrorCode for details.
SEE ALSO:
el_SetExposureTime
el_GetCycleTime
5.2.14. el_GetHWRevision
char *
el_GetHWRevision ( long BoardId, long *High, long *Low );
62