RfpmSwitchChannel.Name Property
- Updated2023-12-28
- 1 minute(s) read
RfpmSwitchChannelName Property
Gets the name of the channel as defined by the switch device.
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public string Name { get; }
Public ReadOnly Property Name As String Get
Property Value
Type: StringThe name of the channel.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Name was accessed after the associated NIRfpmSwitch object was disposed. |