Click or drag to resize

DomeSlaved Property

if the dome is slaved to the telescope in its hardware, else .

Namespace:  ASCOM.DriverAccess
Assembly:  ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public bool Slaved { get; set; }

Property Value

Type: Boolean

Implements

IDomeV2Slaved
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf Slaved can not be set.
NotConnectedExceptionIf the device is not connected.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request.
Remarks

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

Slaved Write can throw a PropertyNotImplementedException.

Set this property to 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 if hardware slaving is not supported.
See Also