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


Glossary Item Box

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

Syntax

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

Remarks

The ChangeMeasurementChannels(Int32[]) method affects this collection. When that method is called it changes which items from the LogicalChannels collection are used as measurement channels for this measurement. The LogicalChannels collection must have the same input channel configuration for all measurements that share a hardware configuration. But, each measurement can be setup to use specific logical channels from the input channel configuration. This collection can therefore be setup to have an ordered subset of the logical channels that are in the LogicalChannels collection.

The default behavior if the ChangeMeasurementChannels(Int32[]) method is not called is for this collection to track what the LogicalChannels collection is. Whenever the input channel configuration (LogicalChannels) is changed this collection will be preset to track it. That means that whenever the LogicalChannels collection is changed that the ChangeMeasurementChannels(Int32[]) method must be called if the desire is to use a subset of the logical channels for the measurement.

When a measurement preset is performed this collection will be preset back to tracking the LogicalChannels collection.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 15.00

See Also