IFocuserV2Absolute Property
True if the focuser is capable of absolute position; that is, being commanded to a specific step location.

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

Property Value

Type: Boolean
Exceptions
ExceptionCondition
NotConnectedExceptionIf the driver must be connected in order to determine the property value.
DriverExceptionMust throw an exception if the call was not successful
Remarks

Must be implemented

See Also