RfpmSwitchChannelCollection.Count Property
- Updated2023-12-28
- 1 minute(s) read
RfpmSwitchChannelCollectionCount Property
Gets the number of channels supported by the specified device.
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public int Count { get; }
Public ReadOnly Property Count As Integer Get
Property Value
Type: Int32The number of channels supported by the specified device.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Count was accessed after the associated NIRfpmSwitch or RfpmSwitchDriverUtility object was disposed. |
IviCDriverException | The underlying NI-RFPM Switch driver returned an error. |