IDomeV2Slaved Property
True if the dome is slaved to the telescope in its hardware, else False.

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

Property Value

Type: Boolean
Remarks

Slaved Read must be implemented and must not throw a PropertyNotImplementedException.

Slaved Write can throw a PropertyNotImplementedException.

Set this property to True to enable dome-telescope hardware slaving, if supported (see CanSlave). Raises an exception on any attempt to set this property if hardware slaving is not supported). Always returns False if hardware slaving is not supported.
See Also