Visual Basic (Declaration) | |
---|---|
Public MustOverride ReadOnly Property LogicalChannels As InputLogicalChannelCollection |
C# | |
---|---|
public abstract InputLogicalChannelCollection LogicalChannels {get;} |
C++/CLI | |
---|---|
public: abstract property InputLogicalChannelCollection^ LogicalChannels { InputLogicalChannelCollection^ get(); } |
The ChangeLogicalChannels methods affect this collection. When a ChangeLogicalChannel method is called that changes the input channel configuration and causes this collection to be rebuilt.
Logical channels may consist of more than one input channel (such as when an I+jQ operation is being performed where two baseband input channels are combined as Ch1 + j* Ch2). Some parts of the API deal with channels on a logical channel basis (such as the Frequency parameters) while other parts deal with channels on a physical input channel basis (such as the Analog parameters).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)