ScopeDriverOperation.LogicalName Property
- Updated2023-09-06
- 1 minute(s) read
ScopeDriverOperationLogicalName Property
Gets the logical name that you specified when opening the current session.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public string LogicalName { get; }
Public ReadOnly Property LogicalName As String Get
Property Value
Type: StringA String representing the logical name that you specified when opening the current IVI session.
Implements
IIviDriverOperationLogicalNameRemarks
You may pass a logical name to the NI-SCOPE 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 instrument and initial options.