IOResourceDescriptor
- Updated2025-10-14
- 1 minute(s) read
Gets the resource name that the NI-RFSA uses to identify the physical device.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public string IOResourceDescriptor { get; }
Remarks
Returns a String representing the resource descriptor that the user specified for the physical device.
If you initialize NI-RFSA with a logical name, this property contains the resource name that corresponds to the entry in the IVI configuration utility. If you initialize NI-RFSA with the resource name, this property contains that value.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IOResourceDescriptor property was accessed after the associated NIRfsa object was disposed. |