![](dotnetdiagramimages/Agilent_SA_Vsa_Interfaces_Agilent_SA_Vsa_InputLogicalChannelCollection.png)
Visual Basic (Declaration) | |
---|---|
Public MustInherit Class InputLogicalChannelCollection Inherits Agilent.SA.Vsa.RemotableCollection(Of InputLogicalChannel) Implements ICollectionBase, Agilent.SA.Vsa.ICollectionBase(Of InputLogicalChannel), IPropertyInfo, IPropertyInfo2, IRemoteNotifyCollectionChanged, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C# | |
---|---|
public abstract class InputLogicalChannelCollection : Agilent.SA.Vsa.RemotableCollection<InputLogicalChannel>, ICollectionBase, Agilent.SA.Vsa.ICollectionBase<InputLogicalChannel>, IPropertyInfo, IPropertyInfo2, IRemoteNotifyCollectionChanged, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C++/CLI | |
---|---|
public ref class InputLogicalChannelCollection abstract : public Agilent.SA.Vsa.RemotableCollection<InputLogicalChannel>, ICollectionBase, Agilent.SA.Vsa.ICollectionBase<InputLogicalChannel>, IPropertyInfo, IPropertyInfo2, IRemoteNotifyCollectionChanged, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
A logical input channel may be composed of one or more input channels (physical channel). Some parts of the API (such as Frequency.Channels and Input.ChangeLogicalChannels) deal with settings on a per logical channel basis while other parts (like Analog.Channels, etc.) deal with settings on a per input channel (physical channel) basis.
Note: Use the Input.ChangeLogicalChannelsByCount or Input.ChangeLogicalChannels methods to change this collection.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)