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

TypeDescription
System.ObjectDisposedException

The DeviceCharacteristics property was accessed after the associated NIRfsg object was disposed.