Instruction manual

ValSelect : 0: reads the realised value, 1: reads the desired value
DESCRIPTION: Retrieves the current cycle time (for details look at el_SetCycleTime). With ValSelect=0
the actually realized value is returned. With ValSelect=1 the desired value is returned. Nearly all cameras
have a minimum value due to the time needed for data read out.
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 cycle time if OK
-1 if ERROR. See el_GetErrorCode for details.
SEE ALSO:
el_SetExposureTime
el_SetCycleTime
5.2.10. el_GetDriverRevision
char *
el_GetDriverRevision ( long *Release, long *Revision );
Inquires revision of the grabbers hardware driver.
Release : Pointer to long with release
Revision : Pointer to long with revision
RETURN VALUE:
pointer to revision string if OK or NULL if error. See el_GetErrorCode for details.
EXAMPLE:
long hwrevlo, hwrevhi, swrevhi, swrevlo, drrevhi, drrevlo;
el_GetHWRevision( BoardId, &hwrevhi, &hwrevlo );
el_GetSWRevision( &swrevhi, &swrevlo );
el_GetDriverRevision( &drrevhi, &drrevlo );
5.2.11. el_GetErrorCode
long
el_GetErrorCode ( void );
DESCRIPTION: Inquire error.
RETURN VALUE:
The Error Number
Chapter 5. Programmers
Reference
61