RfpmSwitchChannel.Characteristics Property
- Updated2023-12-28
- 1 minute(s) read
RfpmSwitchChannelCharacteristics Property
Gets a RfpmSwitchCharacteristics object which defines the specific characteristics of a channel.
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public RfpmSwitchCharacteristics Characteristics { get; }
Public ReadOnly Property Characteristics As RfpmSwitchCharacteristics Get
Property Value
Type: RfpmSwitchCharacteristicsA RfpmSwitchCharacteristics object.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Characteristics was accessed after the associated NIRfpmSwitch object was disposed. |