NIRfsg.DeviceCharacteristics Property
- Updated2024-05-08
- 1 minute(s) read
NIRfsgDeviceCharacteristics Property
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 ItemString.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgDeviceCharacteristics DeviceCharacteristics { get; }
Public ReadOnly Property DeviceCharacteristics As RfsgDeviceCharacteristics Get
Property Value
Type: RfsgDeviceCharacteristicsReturns an object of type RfsgDeviceCharacteristics.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DeviceCharacteristics property was accessed after the associated NIRfsg object was disposed. |