Keysight Pathwave 89600 VSA .NET API
InputChannelInclude Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > MeasurementExtension Class : InputChannelInclude Property


Glossary Item Box

Gets or sets the array of booleans to indicate which measurement input channels belong to the carrier, if the carrier is a component carrier of LTE-Advanced

Syntax

Visual Basic (Declaration) 
Public MustOverride Property InputChannelInclude As Boolean()
C# 
public abstract bool[] InputChannelInclude {get; set;}
C++/CLI 
public:
abstract property array<bool>^ InputChannelInclude {
   array<bool>^ get();
   void set (    array<bool>^ value);
}

Remarks

The length of the array returned by the getter is the number of measurement channels. If the length of the array passed to the setter is greater than the number of measurement channels, entries at indexes greater than or equal to the length are ignored. If the length of the array passed to the setter is less than the number of measurement channels, the measurement channel indexes greater than the length of the array are considered to be excluded.

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