ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

NIRfsg.DeviceCharacteristics Property

NIRfsg.DeviceCharacteristics Property

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: RfsgDeviceCharacteristics
Returns an object of type RfsgDeviceCharacteristics.

Exceptions

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

See Also

Was this information helpful?