© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
387
Setting the function mode
TRIGGER_DEBOUNCE_CMD_GET_SUPPORTED_MODES
Returns the function modes supported by the
camera.
More details
pParam: Pointer to a bit mask of type UINT
The bit mask returns the supported modes,
linked by logical ORs (see Function modes
table).
nSizeOfParam: 4
TRIGGER_DEBOUNCE_CMD_SET_MODE
Sets a function mode.
More details
pParam: Pointer to variable of type UINT that
passes the value to be set.
nSizeOfParam: 4
TRIGGER_DEBOUNCE_CMD_GET_MODE
Returns the set function mode.
More details
pParam: Pointer to variable of type UINT
returning the current value.
nSizeOfParam: 4
TRIGGER_DEBOUNCE_CMD_GET_MODE_DEFAULT
Returns the default mode.
More details
pParam: Pointer to variable of type UINT
returning the default value.
nSizeOfParam: 4
TRIGGER_DEBOUNCE_CMD_SET_DELAY_TIME
Sets a delay time (in µs).
More details
pParam: Pointer to variable of type UINT that
passes the value to be set.
nSizeOfParam: 4
TRIGGER_DEBOUNCE_CMD_GET_DELAY_TIME
Returns the set delay time (in µs).
More details
pParam: Pointer to variable of type UINT
returning the current value.
nSizeOfParam: 4
TRIGGER_DEBOUNCE_CMD_GET_DELAY_TIME_MIN
Returns the minimum value for the delay (in µs).
More details
pParam: Pointer to variable of type UINT
returning the minimum value.
nSizeOfParam: 4
TRIGGER_DEBOUNCE_CMD_GET_DELAY_TIME_MAX
Returns the maximum value for the delay (in µs).
More details
pParam: Pointer to variable of type UINT
returning the maximum value.
nSizeOfParam: 4
TRIGGER_DEBOUNCE_CMD_GET_DELAY_TIME_INC
Returns the increment for setting the delay.
More details
pParam: Pointer to variable of type UINT
returning the increment.
nSizeOfParam: 4
TRIGGER_DEBOUNCE_CMD_GET_DELAY_TIME_DEFA
ULT
Returns the default value for the delay.
More details
pParam: Pointer to variable of type UINT
returning the default value.
nSizeOfParam: 4