Import
Methods
| Method | Description |
|---|---|
read() | Read temperature in °C |
Method Reference
Net.get(name, type=NetType.Thermocouple)
Get a thermocouple net by name.
| Parameter | Type | Description |
|---|---|---|
name | str | Name of the thermocouple net |
type | NetType | Must be NetType.Thermocouple |
read()
Read the temperature from the thermocouple.
float - Temperature in degrees Celsius
Examples
Single Reading
Continuous Monitoring
Temperature Logging
Thermal Protection
Hardware Integration
| Hardware | Features |
|---|---|
| Phidget | K-type thermocouple interface |
Notes
- Thermocouple nets work directly without
enable()/disable()calls - Temperature is returned in degrees Celsius
- Reading rate depends on thermocouple hardware
- Net names must match those configured on the Lager Box

