IRotatorV2Reverse Property |
Sets or Returns the rotator’s Reverse state.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax bool Reverse { get; set; }
Property Reverse As Boolean
Get
Set
property bool Reverse {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanTrue if the rotation and angular direction must be reversed for the optics
Exceptions Exception | Condition |
---|
PropertyNotImplementedException | Throw 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