_Stg_NosepieceSetup, Stg_GetNosepieceObjectiveCode, Stg_GetNosepieceObjectiveName, Stg_GetNosepieceObjectiveRefractiveIndex, Stg_GetNosepiecePosition, Stg_GetNosepiecePositions, Stg_GetObjectiveNameFromCode, Stg_IsNosepiecePresent, Stg_Nosepiece_EnableRotation, Stg_SetNosepieceObjective, Stg_SetNosepieceObjectiveName, Stg_SetNosepiecePosition
Description
Stg_GetObjectiveNameFromCode( char *LpObjectiveCode
, char *LpObjectiveName
, intObjectiveNameMaxLength
);
This function returns the Objective name.
Description
Stg_GetNosepieceObjectiveCode( intNosepiecePosition
, char *LpObjectiveCode
, intObjectiveNameMaxLength
);
Returns the code of the given nosepiece objective position.
Parameters
See Also
Stg_IsNosepiecePresent, Stg_GetNosepiecePositions, Stg_SetNosepieceObjective, Stg_GetNosepieceObjectiveName
Description
Stg_GetNosepieceObjectiveName( intNosepiecePosition
, char *Name
, intmaxLength
);
Retrieves the objective name assigned to the specified nosepiece.
Parameters
Return Values
See Also
Stg_IsNosepiecePresent, Stg_GetNosepiecePositions, Stg_SetNosepieceObjective, Stg_GetNosepieceObjectiveCode
Description
Stg_GetNosepieceObjectiveRefractiveIndex(
int NosepiecePosition
);
Returns the refractive index of the current nosepiece position.
Description
Stg_GetNosepiecePosition();
Returns the current nosepiece objective position.
Return Values
See Also
Stg_IsNosepiecePresent
Description
Stg_GetNosepiecePositions();
Returns the number of nosepiece objective positions.
Return Values
See Also
Stg_IsNosepiecePresent
Description
Stg_IsNosepiecePresent();
Detects whether the nosepiece is available or not.
See Also
Stg_GetNosepiecePositions, Stg_SetNosepiecePosition, Stg_GetNosepiecePosition, Stg_SetNosepieceObjective, _Stg_NosepieceSetup
Description
Stg_Nosepiece_EnableRotation(
int Rotationenable
);
This function is used for the purposes of the water immersion dispenser, rotation of the nosepiece is blocked if water is present on the objective.
Description
Stg_SetNosepieceObjective(
char *LpObjectiveName
);
Sets the current nosepiece objective position with the given name.
Return Values
See Also
Stg_IsNosepiecePresent, Stg_SetNosepieceObjectiveName, Stg_GetNosepieceObjectiveName
Description
Stg_SetNosepieceObjectiveName( intNosepiecePosition
, char *LpObjectiveName
);
Sets the objective specified by the LpObjectiveName parameter to a given nosepiece position set by the NosepiecePosition parameter.
Parameters
Return Values
See Also
Stg_IsNosepiecePresent, Stg_GetNosepiecePositions, Stg_SetNosepieceObjective
Description
Stg_SetNosepiecePosition(
int NosepiecePosition
);
Sets the current nosepiece objective position.
Return Values
Description
int _Stg_NosepieceSetup();
Displays a dialog box allowing the user to set the nosepiece objective position names.
See Also
Stg_IsNosepiecePresent