Stg_GetTIRFMirror Description
Stg_GetTIRFMirror();
Retrieves the state of TIRF device.
Return Values
This function returns TRUE (1) if the TIRF device is on, else FALSE (0).
Stg_SetTIRFMirror Description
Stg_SetTIRFMirror(
int TIRFMirror
);
This function switches on/off the TIRF device.
Parameters
int TIRFMirror
Switch the device on/off.
Stg_SetTIRFMouseWheel Description
Stg_SetTIRFMouseWheel(
int TIRFMouseWheel
);
Mouse-wheel controls the TIRF position.
Parameters
int TIRFMouseWheel
Switch to TIRF controlled by mouse-wheel.
0 | turns the mode off |
1 | turns the mode on |