_Stg_FiltersShutters, _Stg_RenameShutter, Stg_CloseFirstShutter, Stg_GetShutterAperture, Stg_GetShutterApertureSteps, Stg_GetShutterCount, Stg_GetShutterName, Stg_GetShutterSpeed, Stg_GetShutterSpeedSteps, Stg_GetShutterState, Stg_GetShutterStateEx, Stg_GetShutterStepAperture, Stg_GetShutterStepSpeed, Stg_IsShutterPresent, Stg_OpenFirstShutter, Stg_SetShutterAperture, Stg_SetShutterSpeed, Stg_SetShutterState, Stg_SetShutterStateEx, Stg_ToggleFirstShutter
Description
Stg_CloseFirstShutter();
This function closes the shutter in the system, which was found as first.
See Also
Stg_OpenFirstShutter
Description
Stg_GetShutterAperture(
int ShutterType
);
Returns a percentage value of the current aperture setting of the selected shutter type. A smart shutter that enables aperture size adjustment must be present.
Description
Stg_GetShutterApertureSteps(
int ShutterType
);
This functions returns the number of steps which the smart shutter can be set to (according to the hardware specification). A smart shutter that enables aperture size adjustment must be present.
Description
Stg_GetShutterName( intIndex
, char *ShutterName
, intShutterNameMaxLength
);
Retrieves the set name of the shutter.
Index parameter is the index of the shutter in the order.
Description
Stg_GetShutterSpeed(
int type
);
Returns the current shutter speed [changes/s].
Parameters
Return Values
Note
This command should only be called if Stg_GetShutterSpeedSteps returns value > 0.
See Also
Stg_IsShutterPresent, Stg_GetShutterSpeedSteps
Description
Stg_GetShutterSpeedSteps(
int type
);
Returns the number of available shutter speed steps.
Parameters
Return Values
See Also
Stg_IsShutterPresent, Stg_GetShutterStepSpeed, Stg_SetShutterSpeed, Stg_GetShutterSpeed
Description
Stg_GetShutterState(
int type
);
Returns the current shutter state (open/close).
Parameters
Return Values
See Also
Stg_IsShutterPresent
Description
Stg_GetShutterStateEx(
char *ShutterName
);
Returns the current shutter state (open/close).
Description
Stg_GetShutterStepAperture( intShutterType
, intShutterApertureStep
);
This function returns the aperture setting value [%] of the selected aperture step. A smart shutter that enables aperture size adjustment must be present.
Parameters
See Also
Stg_GetShutterApertureSteps, Stg_GetShutterAperture
Description
Stg_GetShutterStepSpeed( inttype
, intstep
);
Returns the shutter speed [changes/s] for a given shutter speed step. This command should only be called if Stg_GetShutterSpeedSteps returns value > 0.
Parameters
Return Values
See Also
Stg_IsShutterPresent, Stg_GetShutterSpeedSteps
Description
Stg_IsShutterPresent(
int type
);
Detects if the shutter of the specified type is available.
Parameters
Return Values
See Also
Stg_SetShutterState, Stg_GetShutterState, Stg_GetShutterSpeedSteps
Description
Stg_OpenFirstShutter();
This function opens the shutter in the system, which was found as first.
See Also
Stg_CloseFirstShutter
Description
Stg_SetShutterAperture( intShutterType
, doubleShutterAperture
);
This function sets how much the shutter shall be open [%]. A smart shutter that enables the aperture size adjustment must be present.
Parameters
Note
This function only sets the aperture value. It does not open the shutter.
See Also
Stg_GetShutterStepAperture, Stg_GetShutterApertureSteps
Description
Stg_SetShutterSpeed( inttype
, doublespeed
);
Sets the shutter speed [changes/s]. If the speed is not valid, the closest valid speed will be chosen. This command should only be called if Stg_GetShutterSpeedSteps returns value > 0.
Parameters
Return Values
See Also
Stg_IsShutterPresent, Stg_GetShutterSpeedSteps, Stg_GetShutterStepSpeed
Description
Stg_SetShutterState( inttype
, intstate
);
Sets the shutter state (open/close).
Parameters
Return Values
See Also
Stg_IsShutterPresent
Description
Stg_SetShutterStateEx( char *ShutterName
, intShutterState
);
Switches the shutter state (open/closed).
Description
Stg_ToggleFirstShutter();
This function opens or closes the shutter in the system, which was found as first. It calls the Stg_OpenFirstShutter or Stg_CloseFirstShutter eventually.
See Also
Stg_OpenFirstShutter, Stg_CloseFirstShutter
This function runs the Devices > Filters and Shutters command.
Description
_Stg_FiltersShutters();
This function shows the dialog for the filter and shutter control.