RfsgDeviceCharacteristics.AwgTemperature Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets the
arbitrary waveform generator (AWG) module temperature in degrees Celsius (°C).
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public double AwgTemperature { get; }
Public ReadOnly Property AwgTemperature As Double Get
Property Value
DoubleReturns a Double representing the AWG module temperature.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The AwgTemperature property was accessed after the associated NIRfsg object was disposed. |