Temperature
- Updated2026-01-20
- 1 minute(s) read
Gets the temperature, in degrees Celcius, for the switch module.
Syntax
Namespace: NationalInstruments.ModularInstruments.NISwitch
public double Temperature { get; }
Returns
Specifies a Double that indicates the temperature, in degrees Celcius, for the switch module.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Temperature property was accessed after the associated NISwitch object was disposed. |