RfsaDriverOperation.LogicalName Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets the logical name that you specified when opening the current IVI session.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public string LogicalName { get; }
Public ReadOnly Property LogicalName As String Get
Property Value
StringReturns a String representing the logical name that you specified when opening the current IVI session.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The LogicalName property was accessed after the associated NIRfsa object was disposed. |
Remarks
You may pass a logical name to the NIRfsa session during initialization of session.
The IVI configuration utility must contain an entry for the logical name.
The logical name entry refers to a driver session section in the IVI Configuration file.
The driver session section specifies a physical device and initial user options.