Keysight 89600 VSA .NET API
LogicalChannels Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Source Class : LogicalChannels Property


Glossary Item Box

Gets the collection of logical source channels

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property LogicalChannels As SourceLogicalChannelCollection
C# 
public virtual SourceLogicalChannelCollection LogicalChannels {get;}
C++/CLI 
public:
virtual property SourceLogicalChannelCollection^ LogicalChannels {
   SourceLogicalChannelCollection^ get();
}

Remarks

The EnableChannels methods affect this collection. When a EnabledChannels method is called it changes the source 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 source channels are combined as Ch1 + j* Ch2).

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also