Stg_Bioluminescence_Mode, Stg_CaptureSlidePreview, Stg_CloseMicroscopeDoor, Stg_DisplayLED, Stg_EnableMicControlPad, Stg_GetMicroscopeSleep, Stg_GetPinConfiguredForTTLOutput, Stg_GetPinConfiguredForTTLOutputPulse, Stg_GetPinTTLOutputState, Stg_IsMicroscopePresent, Stg_MicroscopeMuteSound, Stg_MicroscopeOperationSound, Stg_MicroscopeSleep, Stg_OpenMicroscopeDoor, Stg_SetBlockMicroscopeAccessories, Stg_SetPinTTLOutputPulse, Stg_SetPinTTLOutputState, Stg_ShutdownMicroscope, Stg_ToggleMicControlPad, Stg_TriggerInternalCamera
Description
Stg_Bioluminescence_Mode(
int ModeEnable
);
Turns the bioluminescence mode on/off.
Description
Stg_CaptureSlidePreview(
int MicSlidePreviewFlag
);
This function captures a macro image of the whole slide inserted in the Coolscope microscope and opens the result as a new document. The image can be either high or low-resolution.
Description
Stg_CloseMicroscopeDoor();
This function closes the Coolscope tray.
Description
Stg_DisplayLED(
int Switch
);
Turns the Display LED function of the Ti2 microscope main body on/off.
Description
int Stg_EnableMicControlPad(
int EnableMicControlPad
);
This function displays/hides the microscope control pad window.
Parameters
See Also
Stg_IsMicroscopePresent
Description
Stg_GetMicroscopeSleep();
This function returns the state of the microscope in the sleep mode which reduces energy consumption of the device.
Description
Stg_GetPinConfiguredForTTLOutput(
int TTLPin
);
This is a Nikon Ti2 function which returns whether the specified TTL is configured for State.
See Also
Stg_GetPinConfiguredForTTLOutputPulse, Stg_GetPinTTLOutputState, Stg_SetPinTTLOutputState, Stg_SetPinTTLOutputPulse
Description
Stg_GetPinConfiguredForTTLOutputPulse(
int TTLPin
);
This is a Nikon Ti2 function which returns whether the TTL is configured for the Pulse.
See Also
Stg_GetPinConfiguredForTTLOutput, Stg_GetPinTTLOutputState, Stg_SetPinTTLOutputState, Stg_SetPinTTLOutputPulse
Description
Stg_GetPinTTLOutputState(
int TTLPin
);
This is a Nikon Ti2 function returning the current State value.
See Also
Stg_GetPinConfiguredForTTLOutput, Stg_GetPinConfiguredForTTLOutputPulse, Stg_SetPinTTLOutputState, Stg_SetPinTTLOutputPulse
Description
Stg_IsMicroscopePresent();
Detects if the microscope is available.
Description
Stg_MicroscopeMuteSound(
int Mute
);
This is a Nikon Ti2 function used for turning off the microscope speaker sound.
Description
Stg_MicroscopeOperationSound(
int OperationSound
);
Sets the Microscope Operation Sounds mode of the Ti2 microscope main body.
Description
Stg_MicroscopeSleep(
int Sleep
);
This function switches the microscope to the sleep mode which reduces energy consumption of the device.
Description
Stg_OpenMicroscopeDoor();
This function extracts the Coolscope tray.
Description
Stg_SetBlockMicroscopeAccessories(
int Block
);
This function manages how the Nikon Ti2 microscope can be controlled (via a software or hardware accessories).
Description
Stg_SetPinTTLOutputPulse(
int TTLPin
);
This is a Nikon Ti2 function setting the Pulse (10 ms/5V).
See Also
Stg_GetPinConfiguredForTTLOutput, Stg_GetPinConfiguredForTTLOutputPulse, Stg_GetPinTTLOutputState, Stg_SetPinTTLOutputState
Description
Stg_SetPinTTLOutputState( intTTLPin
, intTTLState
);
This is a Nikon Ti2 function setting High or Low value to the TTL.
See Also
Stg_GetPinConfiguredForTTLOutput, Stg_GetPinConfiguredForTTLOutputPulse, Stg_GetPinTTLOutputState, Stg_SetPinTTLOutputPulse
Description
int Stg_ShutdownMicroscope();
This function remotely turns the Coolscope microscope OFF.
This function runs the Devices > Microscope Control Pad command.
Description
Stg_ToggleMicControlPad();
This function displays or hides the microscope control pad window.