IFocuserV2Absolute Property |
True if the focuser is capable of absolute position; that is, being commanded to a specific step location.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ReadOnly Property Absolute As Boolean
Get
property bool Absolute {
bool get ();
}
Property Value
Type:
BooleanExceptions Exception | Condition |
---|
NotConnectedException | If the driver must be connected in order to determine the property value. |
DriverException | Must throw an exception if the call was not successful |
Remarks See Also