Gets or sets the minimum time between temperature sensor readings.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public double TemperatureReadInterval { get; set; }

Remarks

Specifies a Double representing the minimum time between temperature sensor readings.

NI-RFSA checks if at least the amount of time specified by this property has elapsed before reading the hardware temperature when you call the following methods:
Note

NI-RFSA ignores this property if you called the PerformThermalCorrection method or the DownconverterGain property.

Exceptions

TypeDescription
System.ObjectDisposedException

The TemperatureReadInterval property was accessed after the associated NIRfsa object was disposed.