#include <LHThermoelectricAPI.h>
◆ ~LHThermoelectricAPI()
virtual oceandirect::api::LHThermoelectricAPI::~LHThermoelectricAPI |
( |
| ) |
|
|
virtualdefault |
◆ getTecStable()
.getTecStable Determine if the TEC temperature is stable (not changing).
- Parameters
-
deviceID | the identifier of the device as returned by getDeviceIDs. |
errorCode | see LHErrorCode. |
- Returns
- true if the TEC temperature is stable, false otherwise or on error.
◆ getTecTemperature()
.getTecTemperature Get the current TEC temperature in Celcius.
- Parameters
-
deviceID | the identifier of the device as returned by getDeviceIDs. |
errorCode | see LHErrorCode. |
- Returns
- the TEC temperature in Celcius, or 0.0 on error.
◆ getTecTemperatureSetpoint()
.getTecTemperatureSetpoint Get the current TEC temperature setpoint in Celcius.
- See also
- setTecTemperatureSetpoint()
- Parameters
-
deviceID | the identifier of the device as returned by getDeviceIDs. |
errorCode | see LHErrorCode. |
- Returns
- the TEC temperature setpoint in Celcius, or 0.0 on error.
◆ setTecTemperatureSetpoint()
.setTecTemperatureSetpoint Set the desired TEC temperature setpoint in Celcius.
- See also
- getTecTemperatureSetpoint()
- Parameters
-
deviceID | the identifier of the device as returned by getDeviceIDs. |
errorCode | see LHErrorCode. |
celsius | the desired TEC temperature in Celcius. |
The documentation for this class was generated from the following file: