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


Glossary Item Box

Gets the collection of logical input channels that is currently used by the measurement.

Syntax

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();
}

Remarks

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).

Requirements

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

See Also