when the dome is in the home position. Raises an error if not supported.
This is normally used following a FindHome operation. The value is reset with any azimuth slew operation that moves the dome away from the home position.
AtHome may optionally also become true during normal slew operations, if the dome passes through the home position and the dome controller hardware is capable of detecting that; or at the end of a slew operation if the dome comes to rest at the home position.
bool AtHome { get; }ReadOnly Property AtHome As Boolean
Getproperty bool AtHome {
bool get ();
}| PropertyNotImplementedException | If the property is not implemented |
| 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. |
| Date | Version | Description |
|---|---|---|
| IDome | Platform 3.0 | Member added. |