TIRFPosition

Stg_GetTIRFAngleEx, Stg_GetTIRFDirectionEx, Stg_GetTIRFFocusEx, Stg_GetTIRFPosition, Stg_GetTIRFPositionEx, Stg_SetTIRFAngleEx, Stg_SetTIRFDirectionEx, Stg_SetTIRFFocusEx, Stg_SetTIRFPosition, Stg_SetTIRFPositionEx

Stg_GetTIRFAngleEx

Description 

 Stg_GetTIRFAngleEx(
   char *TIRFName
);

This function returns the LAPP TIRF angle.

Parameters

char *TIRFName

Name of the TIRF device.

Stg_GetTIRFDirectionEx

Description 

 Stg_GetTIRFDirectionEx(
   char *TIRFName
);

This function returns the LAPP TIRF laser direction.

Parameters

char *TIRFName

Name of the TIRF device.

Stg_GetTIRFFocusEx

Description 

 Stg_GetTIRFFocusEx(
   char *TIRFName
);

This function returns the LAPP TIRF focus value.

Parameters

char *TIRFName

Name of the TIRF device.

Stg_GetTIRFPosition

Description 

 Stg_GetTIRFPosition();

Retrieves current position of the TIRF device.

Stg_GetTIRFPositionEx

Description 

 Stg_GetTIRFPositionEx(
   char *TIRFName
);

This function returns the Ti TIRF position.

Parameters

char *TIRFName

Name of the TIRF device.

Stg_SetTIRFAngleEx

Description 

 Stg_SetTIRFAngleEx(
   char *TIRFName,
   double  TIRFAngle
);

This function sets the LAPP TIRF angle.

Parameters

char *TIRFName

Name of the TIRF device.

double TIRFAngle

TIRF angle value [°].

Stg_SetTIRFDirectionEx

Description 

 Stg_SetTIRFDirectionEx(
   char *TIRFName,
   int  TIRFDirection
);

This function sets the LAPP TIRF laser direction.

Parameters

char *TIRFName

Name of the TIRF device.

int TIRFDirection

TIRF direction.

Stg_SetTIRFFocusEx

Description 

 Stg_SetTIRFFocusEx(
   char *TIRFName,
   int  TIRFFocus
);

This function sets the LAPP TIRF focus value.

Parameters

char *TIRFName

Name of the TIRF device.

int TIRFFocus

TIRF focus.

Stg_SetTIRFPosition

Description 

 Stg_SetTIRFPosition(
   double  TIRFPosition
);

Sets position of the TIRF mirror in device.

Parameters

double TIRFPosition

Set the TIRF mirror position.

1...7000

units

Stg_SetTIRFPositionEx

Description 

 Stg_SetTIRFPositionEx(
   char *TIRFName,
   int  TIRFPosition
);

This function sets the Ti TIRF position.

Parameters

char *TIRFName

Name of the TIRF device.

int TIRFPosition

Position of the TIRF device.