Stg_GetAperturePosition, Stg_GetApertureStepPosition, Stg_GetApertureSteps, Stg_IsAperturePresent, Stg_SetAperturePosition
Stg_GetAperturePosition
Description
Stg_GetAperturePosition(
int ApertureType
);
This function returns the current aperture size (double).
Stg_GetApertureStepPosition
Description
Stg_GetApertureStepPosition( intApertureType
, intApertureStep
);
This function returns the actual aperture size of the given step.
Stg_GetApertureSteps
Description
Stg_GetApertureSteps(
int ApertureType
);
This function returns a number of available aperture steps.
Stg_IsAperturePresent
Description
Stg_IsAperturePresent(
lx_int32 type
);
Checks if a logical device of “Aperture” type exist and is currently connected.
Parameters