HTIRF

Stg_HTIRF_GetAngle, Stg_HTIRF_GetDirection, Stg_HTIRF_GetFocus, Stg_HTIRF_GetX, Stg_HTIRF_GetY, Stg_HTIRF_IsGradationND, Stg_HTIRF_IsLambdaQP, Stg_HTIRF_SetAlignmentName, Stg_HTIRF_SetAngle, Stg_HTIRF_SetDirection, Stg_HTIRF_SetFocus, Stg_HTIRF_SetX, Stg_HTIRF_SetXY, Stg_HTIRF_SetXYFocus, Stg_HTIRF_SetY, Stg_NSTORM_GetZoom, Stg_NSTORM_SetZoom

Stg_HTIRF_GetAngle

Description 

 Stg_HTIRF_GetAngle();

This function returns the H-TIRF angle.

Stg_HTIRF_SetAlignmentName

Description 

 Stg_HTIRF_SetAlignmentName(
   char *HTIRF_AlignmentName
);

Sets a specified name to the current H-TIRF alignment.

Parameters

char *HTIRF_AlignmentName

Name of the H-TIRF alignment.

Stg_HTIRF_SetAngle

Description 

 Stg_HTIRF_SetAngle(
   double  HTIRF_Angle
);

This function sets the H-TIRF angle.

Parameters

double HTIRF_Angle

H-TIRF angle value [°].

Stg_HTIRF_GetDirection

Description 

 Stg_HTIRF_GetDirection();

This function returns the H-TIRF laser direction.

Stg_HTIRF_SetDirection

Description 

 Stg_HTIRF_SetDirection(
   double  HTIRF_Direction
);

This function sets the H-TIRF laser direction.

Parameters

double HTIRF_Direction

H-TIRF direction.

Stg_HTIRF_GetFocus

Description 

 Stg_HTIRF_GetFocus();

This function gets the H-TIRF focus value.

Stg_HTIRF_SetFocus

Description 

 Stg_HTIRF_SetFocus(
   int  HTIRF_Focus
);

This function sets the H-TIRF focus value.

Parameters

int HTIRF_Focus

H-TIRF focus.

Stg_HTIRF_GetX

Description 

 Stg_HTIRF_GetX();

This function gets the H-TIRF X position.

Stg_HTIRF_SetX

Description 

 Stg_HTIRF_SetX(
   int  HTIRF_X
);

This function sets the H-TIRF X position.

Parameters

int HTIRF_X

H-TIRF X position.

Stg_HTIRF_GetY

Description 

 Stg_HTIRF_GetY();

This function gets the H-TIRF Y position.

Stg_HTIRF_SetY

Description 

 Stg_HTIRF_SetY(
   int  HTIRF_Y
);

This function sets the H-TIRF Y position.

Parameters

int HTIRF_Y

H-TIRF Y position.

Stg_HTIRF_IsGradationND

Description 

 Stg_HTIRF_IsGradationND();

Returns the ND filter position of the H-TIRF. True value means that the filter is in the H-TIRF light path.

Stg_HTIRF_IsLambdaQP

Description 

 Stg_HTIRF_IsLambdaQP();

Returns the Lambda Quarter Plate filter position of the H-TIRF. True value means that the filter is in the H-TIRF light path.

Stg_HTIRF_SetXYFocus

Description 

 Stg_HTIRF_SetXYFocus(
   int  HTIRF_X,
   int  HTIRF_Y,
   int  HTIRF_Focus
);

This function sets the H-TIRF XY focus value.

Parameters

int HTIRF_X

H-TIRF X position.

int HTIRF_Y

H-TIRF Y position.

int HTIRF_Focus

H-TIRF focus.

Stg_HTIRF_SetXY

Description 

 Stg_HTIRF_SetXY(
   int  HTIRF_X,
   int  HTIRF_Y
);

This function sets the H-TIRF XY position.

Parameters

int HTIRF_X

H-TIRF X position.

int HTIRF_Y

H-TIRF Y position.

Stg_NSTORM_GetZoom

Description 

 Stg_NSTORM_GetZoom();

Returns the current magnification of the N-STORM device. 1x, 2x and 4x magnification is possible.

Stg_NSTORM_SetZoom

Description 

 Stg_NSTORM_SetZoom(
   int  NSTORM_Zoom
);

Sets the N-STORM magnification. 1, 2 and 4 times magnification is possible.

Parameters

int NSTORM_Zoom

N-STORM magnification.

1

1x

2

2x

4

4x