NIRfsa Namespace

Table of Contents

RfsaDriverOperation.LogicalName Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsaDriverOperation.LogicalName Property

RfsaDriverOperationLogicalName Property

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

String
Returns a String representing the logical name that you specified when opening the current IVI session.

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience