Keysight Pathwave 89600 VSA .NET API
InputChannel Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > ComponentCarrier Class : InputChannel Property


Glossary Item Box

Gets or sets the input channel used for initial synchronization as well as the reference for MIMO Info table,

Syntax

Visual Basic (Declaration) 
Public Overridable Property InputChannel As Integer
C# 
public virtual int InputChannel {get; set;}
C++/CLI 
public:
virtual property int InputChannel {
   int get();
   void set (    int value);
}

Property Value

The default value is 0

Remarks

this reference input channel and the antenna port of PDSCH or PUSCH forms a reference path, it is used for initial synchronization when SSPBCH is not present. also all the relative MIMO information is relative to this path.

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 23.20

See Also