IOResourceDescriptor Property
- Updated2023-02-21
- 2 minute(s) read
Gets the resource name that the NI-SWITCH uses to identify the physical device.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)Visual Basic (Declaration) |
---|
Public ReadOnly Property IOResourceDescriptor As String |
C# |
---|
public string IOResourceDescriptor { get; } |
Property Value
Type: System..::.String Returns a String representing the resource descriptor that the user specified for the physical device.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The IOResourceDescriptor was accessed after the associated NISwitch.NISwitch object was disposed. |
Remarks
If you initialize NI-SWITCH with a logical name, this property contains the resource name that corresponds to the entry in the IVI configuration utility.
If you initialize NI-SWITCH with the resource name, this property contains that value.