NIRfsg Namespace

Table of Contents

NIRfsg.DeviceCharacteristics Property

  • Updated2025-05-22
  • 1 minute(s) read
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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public RfsgDeviceCharacteristics DeviceCharacteristics { get; }
Public ReadOnly Property DeviceCharacteristics As RfsgDeviceCharacteristics
	Get

Property Value

RfsgDeviceCharacteristics
Returns an object of type RfsgDeviceCharacteristics.

Exceptions

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

See Also

Log in to get a better experience