DeviceConfigurationTemperature
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the temperature, in degrees Celsius, that NI-RFSA uses to calculate the device configuration settings.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double DeviceConfigurationTemperature { get; set; }
Remarks
Specifies a Double representing the the temperature, in degrees Celsius, that NI-RFSA uses to calculate the device configuration settings.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The DeviceConfigurationTemperature property was accessed after the associated NIRfsa object was disposed. |