IRotatorV2StepSize Property
The minimum StepSize, in degrees.

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

Property Value

Type: Single
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionThrow a PropertyNotImplementedException if the rotator does not know its step size.
Remarks
Raises an exception if the rotator does not intrinsically know what the step size is.
See Also