IFocuserV2Position Property
Current focuser position, in steps.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf the property is not available for this device.
NotConnectedExceptionIf the device is not connected and this information is only available when connected.
DriverExceptionMust throw an exception if the call was not successful
Remarks

Can throw a not implemented exception

Valid only for absolute positioning focusers (see the Absolute property). A PropertyNotImplementedException exception must be thrown if this device is a relative positioning focuser rather than an absolute position focuser.
See Also