Analyzer

Stg_GetAnalyzerState, Stg_IsAnalyzerPresent, Stg_SetAnalyzerState

Stg_GetAnalyzerState

Description 

 Stg_GetAnalyzerState();

This function traces whether the analyzer is inserted in the optical path or not. It returns TRUE/FALSE.

Return Values

0

The analyzer is extracted

1

The analyzer is inserted

Stg_IsAnalyzerPresent

Description 

 Stg_IsAnalyzerPresent();

This function determines whether the Analyzer logical device is present in the system. Returns TRUE or FALSE.

Stg_SetAnalyzerState

Description 

 Stg_SetAnalyzerState(
   int  AnalyzerState
);

This function turns the analyzer ON/OFF.

Parameters

int AnalyzerState

0

Extracts the analyzer from the optical path.

1

Inserts the analyzer to the optical path.