DCPowerDriverOperation.LogicalName Property
- Updated2024-01-04
- 1 minute(s) read
DCPowerDriverOperationLogicalName Property
Gets the logical name(s) that you specified when opening the current session.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public string LogicalName { get; }
Public ReadOnly Property LogicalName As String Get
Property Value
Type: 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 NIDCPower object was disposed. |
Remarks
| IVI logical names are not supported in sessions created using the NIDCPower(String, Boolean, String) constructor. |