Stg_GetLightIrisIntensity, Stg_GetLightIrisIntensitySteps, Stg_GetLightIrisSteps, Stg_GetLightState, Stg_GetLightStepVoltage, Stg_GetLightVoltage, Stg_GetLightVoltageSteps, Stg_IsLightPresent, Stg_Light_GetCount, Stg_Light_GetIrisIntensity, Stg_Light_GetIrisSteps, Stg_Light_GetName, Stg_Light_GetNDFilterControllable, Stg_Light_GetNDFilterPosition, Stg_Light_GetNDFilterStepPosition, Stg_Light_GetNDFilterSteps, Stg_Light_GetRemoteSwitch, Stg_Light_GetState, Stg_Light_GetStepIrisIntensity, Stg_Light_GetStepVoltage, Stg_Light_GetVoltage, Stg_Light_GetVoltageSteps, Stg_Light_IsIrisControllable, Stg_Light_IsVoltageControllable, Stg_Light_SetIrisIntensity, Stg_Light_SetNDFilterPosition, Stg_Light_SetRemoteSwitch, Stg_Light_SetState, Stg_Light_SetVoltage, Stg_SetLightIrisIntensity, Stg_SetLightState, Stg_SetLightVoltage
Description
Stg_GetLightIrisIntensity(
int type
);Returns current light Iris intensity.
Parameters
Return Values
See Also
Stg_IsLightPresent
Description
Stg_GetLightIrisIntensitySteps( inttype, intstep);
Returns light Iris intensity for a given step. This command should only be called if Stg_GetLightIrisSteps returns value > 0.
Parameters
Return Values
See Also
Stg_IsLightPresent
Description
Stg_GetLightIrisSteps(
int type
);Returns the number of available positions (steps) for light Iris.
Parameters
See Also
Stg_IsLightPresent
Description
int Stg_GetLightState(
int type
);Returns current light state (on/off).
Parameters
Return Values
See Also
Stg_IsLightPresent
Description
Stg_GetLightStepVoltage( inttype, intstep);
Returns voltage setting for a given step.
Parameters
Return Values
See Also
Stg_IsLightPresent, Stg_GetLightVoltageSteps
Description
Stg_GetLightVoltage(
int type
);Returns current light voltage [V].
Parameters
Return Values
See Also
Stg_IsLightPresent
Description
Stg_GetLightVoltageSteps(
int type
);Returns the number of available voltage steps.
Parameters
Return Values
See Also
Stg_IsLightPresent
Description
Stg_IsLightPresent(
int type
);Detects if the light of specified type is available.
Parameters
Return Values
See Also
Stg_GetLightVoltageSteps, Stg_GetLightStepVoltage, Stg_SetLightVoltage, Stg_GetLightVoltage, Stg_SetLightState, Stg_GetLightState
Description
Stg_Light_GetIrisIntensity(
char *name
);Returns current light Iris intensity.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Return Values
See Also
Stg_IsLightPresent
Description
Stg_Light_GetIrisSteps(
char *name
);Returns the number of available positions (steps) for light Iris.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
See Also
Stg_IsLightPresent
Description
Stg_Light_GetNDFilterControllable(
char *name
);This function returns state of ND filter controllability.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Description
Stg_Light_GetNDFilterPosition(
char *name
);This function returns the current ND filter intensity
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Description
Stg_Light_GetNDFilterStepPosition( char *name, intstep);
This function returns the actual ND filter intensity of the actual step.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Description
Stg_Light_GetNDFilterSteps(
char *name
);Returns a number of available ND filter steps.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Description
Stg_Light_GetName( intLightIndex, char *name);
Returns the name of the given light.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Return Values
See Also
Stg_IsFilterPresent, Stg_GetFilterPositions
Description
int Stg_Light_GetRemoteSwitch(
char *LightName
);This function returns the state of the specified light remote controller.
Description
int Stg_Light_GetState(
char *name
);Returns current light state (on/off).
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Return Values
See Also
Stg_IsLightPresent
Description
Stg_Light_GetStepIrisIntensity( char *name, intstep);
Returns light Iris intensity for a given step. This command should only be called if Stg_GetLightIrisSteps returns value > 0.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Return Values
See Also
Stg_IsLightPresent
Description
Stg_Light_GetStepVoltage( char *name, intstep);
Returns voltage setting for a given step.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Return Values
See Also
Stg_Light_GetVoltageSteps
Description
Stg_Light_GetVoltage(
char *name
);Returns the current light voltage [V].
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Description
Stg_Light_GetVoltageSteps(
char *name
);Returns the number of available voltage steps.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Description
Stg_Light_IsIrisControllable(
char *name
);Detects if the iris can be controlled.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Description
Stg_Light_IsVoltageControllable(
char *name
);Detects if the voltage of lighting can be controlled.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Description
Stg_Light_SetIrisIntensity( char *name, doubledensity);
Sets the light Iris intensity.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
See Also
Stg_Light_GetIrisIntensity
Description
Stg_Light_SetNDFilterPosition( char *name, doubledensity);
This function changes the density of the current ND filter.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Description
Stg_Light_SetRemoteSwitch( char *LightName, intLightRemoteSwitch);
If supported (e.g. on Ti or LV microscopes), this function switches a light control between a remote controller (Remote Controller / PC) and the microscope body.
Description
Stg_Light_SetState( char *name, intstate);
Sets the current light state (on/off).
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Return Values
See Also
Stg_IsLightPresent
Description
Stg_Light_SetVoltage( char *name, doubleVoltage);
Sets the current light voltage [V]. If the voltage is not valid, the closest valid voltage will be chosen.
Parameters
name Name of the light. Get the name by the Stg_Light_GetName function.
Return Values
See Also
Stg_Light_GetVoltage
Description
Stg_SetLightIrisIntensity( inttype, doubleintensity);
Sets the light Iris intensity.
Parameters
See Also
Stg_IsLightPresent, Stg_GetLightIrisIntensity
Description
Stg_SetLightState( inttype, intstate);
Sets the current light state (on/off).
Parameters
Return Values
See Also
Stg_IsLightPresent
Description
Stg_SetLightVoltage( inttype, doubleVoltage);
Sets the current light voltage [V]. If the voltage is not valid, the closest valid voltage will be chosen.
Parameters
Return Values
See Also
Stg_IsLightPresent, Stg_GetLightStepVoltage