IFocuserV2Temperature Property
Current ambient temperature as measured by the focuser.

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

Property Value

Type: Double
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf the property is not available for this device.
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

Can throw a not implemented exception

Raises an exception if ambient temperature is not available. Commonly available on focusers with a built-in temperature compensation mode.
See Also