DeviceCharacteristics
- Updated2025-10-14
- 1 minute(s) read
Gets the DeviceCharacteristics sub-object used to get device characteristics such as DeviceTemperature, ModuleRevision, and LOTemperature. An active channel can be passed using the indexer NationalInstruments.ModularInstruments.NIRfsg.RfsgDeviceCharacteristics.this[string].
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgDeviceCharacteristics DeviceCharacteristics { get; }
Remarks
Returns an object of type RfsgDeviceCharacteristics.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The DeviceCharacteristics property was accessed after the associated NIRfsg object was disposed. |