LogicalName
- Updated2025-10-14
- 1 minute(s) read
Gets the IVI logical name specified when you open the current session.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public String LogicalName { get; }
Remarks
Returns a String representing the IVI logical name specified when you open the current session.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The LogicalName property was accessed after the associated NIRfsg object was disposed. |