IFocuserV2TempCompAvailable Property
True if focuser has temperature compensation available.

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

Property Value

Type: Boolean
Exceptions
ExceptionCondition
NotConnectedExceptionIf the device is not connected and this information is only available when connected.
DriverExceptionMust throw an exception if the call was not successful
Remarks

Must be implemented

Will be True only if the focuser's temperature compensation can be turned on and off via the TempComp property.
See Also