IFocuserV3Position Property |
Current focuser position, in steps.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.6.9999.9999)
SyntaxReadOnly Property Position As Integer
Get
property int Position {
int get ();
}Property Value
Int32
Exceptions| Exception | Condition |
|---|
| PropertyNotImplementedException | Raises a PropertyNotImplemented if the focuser does not intrinsically know what the position is. |
| NotConnectedException | If the device is not connected. |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
RemarksCan 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