IFocuserV2TempComp Property |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
PropertyNotImplementedException | If TempCompAvailable is False and an attempt is made to set TempComp to true. |
NotConnectedException | If the device is not connected and this information is only available when connected. |
DriverException | Must throw an exception if the call was not successful |
TempComp Read must be implemented and must not throw a PropertyNotImplementedException.
TempComp Write can throw a PropertyNotImplementedException.
If the TempCompAvailable property is True, then setting TempComp to True puts the focuser into temperature tracking mode. While in temperature tracking mode, Move commands will be rejected by the focuser. Set to False to turn off temperature tracking.If temperature compensation is not available, this property must always return False.
A PropertyNotImplementedException exception must be thrown if TempCompAvailable is False and an attempt is made to set TempComp to true.