IRotatorV2StepSize Property |
The minimum StepSize, in degrees.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ReadOnly Property StepSize As Single
Get
property float StepSize {
float get ();
}
Property Value
Type:
SingleExceptions Exception | Condition |
---|
PropertyNotImplementedException | Throw 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