IRotatorV2Reverse Property
Sets or Returns the rotator’s Reverse state.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
bool Reverse { get; set; }

Property Value

Type: Boolean
True if the rotation and angular direction must be reversed for the optics
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionThrow a PropertyNotImplementedException if the rotator cannot reverse and CanReverse is False.
Remarks
See the definition of Position. Raises an error if not supported.
See Also