IFocuserV2StepSize Property
Step size (microns) for the focuser.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
double StepSize { get; }

Property Value

Type: Double
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf the focuser does not intrinsically know what the step size is.
NotConnectedExceptionIf the device is not connected and this information is only available when connected.
DriverExceptionMust throw an exception if the call was not successful
Remarks

Can throw a not implemented exception

Must throw an exception if the focuser does not intrinsically know what the step size is.
See Also