SwitchChannelCollection Class
- Updated2023-02-21
- 2 minute(s) read
Defines a class containing a collection of all the channels in the NI-SWITCH driver. The NISwitch.SwitchChannel class represents each channel.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)Visual Basic (Declaration) |
---|
Public NotInheritable Class SwitchChannelCollection _ Inherits SwitchSubObject _ Implements IIviSwtchChannelCollection, IIviRepeatedCapabilityCollection(Of IIviSwtchChannel), _ IEnumerable(Of IIviSwtchChannel), IEnumerable |
C# |
---|
public sealed class SwitchChannelCollection : SwitchSubObject, IIviSwtchChannelCollection, IIviRepeatedCapabilityCollection<IIviSwtchChannel>, IEnumerable<IIviSwtchChannel>, IEnumerable |
Implements
Ivi.Swtch..::.IIviSwtchChannelCollectionIvi.Driver..::.IIviRepeatedCapabilityCollection<(Of <(T>)>)System.Collections.Generic..::.IEnumerable<(Of <(T>)>)System.Collections..::.IEnumerable
Remarks
For more information, refer to NI Switches Help.
Inheritance Hierarchy
System..::.Object NationalInstruments.ModularInstruments.NISwitch..::.SwitchSubObject NationalInstruments.ModularInstruments.NISwitch..::.SwitchChannelCollection
Thread Safety
All members of this type are safe for multithreaded operations.