Click or drag to resize

RotatorStepSize Property

The minimum StepSize, in degrees.

Namespace:  ASCOM.DriverAccess
Assembly:  ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public float StepSize { get; }

Property Value

Type: Single

Implements

IRotatorV3StepSize
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionThrow a PropertyNotImplementedException if the rotator does not know its step size.
NotConnectedExceptionIf the device is not connected
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request.
Remarks

Optional - can throw a not implemented exception

Raises an exception if the rotator does not intrinsically know what the step size is.

See Also