Instruction manual

el_SetExtTriggerInput ( long BoardId, long CamSel, long TriggerInput );
PARAMETERS:
BoardId : board ID returned by el_OpenHW
CamSel : Selects camera; set to 0
TriggerInput : Selects the external trigger input
DESCRIPTION: Selects one of six possible types of external trigger inputs:
RETURN VALUE:
0 if OK
-1 if ERROR. See el_GetErrorCode for details.
EL_TRIG_OPTO_0: optical decoupled input 0, uses pins Trigin0 + and Trigin0 - on 100 pin MDR
connector
EL_TRIG_OPTO_1: optical decoupled input 1, uses pins Trigin1 + and Trigin1 - on 16 pin connector
EL_TRIG_TTL_0: TTL input 0, located on 100 pin MDR connector
EL_TRIG_TTL_1: TTL input 1, located on 16 pin connector
EL_TRIG_TTL_2: TTL input 2, located on 16 pin connector
EL_TRIG_OPTO_2: optical decoupled input 1, uses pins Trigin2 + and Trigin2 - on 16 pin connector.
Used as line trigger input if external frame and extenal line trigger are used together.
5.2.33. el_SetOutputs
long
el_SetOutputs ( long BoardId, long Value );
PARAMETERS:
BoardId : board ID returned by el_OpenHW
Value : Output value
DESCRIPTION: This function is used to set output lines, if available on the hardware. Each bit of Value
refers to an output line. Therefore, all bits set in Value set the correspondent output line.
RETURN VALUE:
0 if OK
-1 if ERROR. See el_GetErrorCode for details.
5.2.34. el_SetPixelClock
long
el_SetPixelClock ( long BoardId, long Frequency, long Reserved1, long
Chapter 5. Programmers
Reference
77