Keysight Pathwave 89600 VSA .NET API
ActivePortCount Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > FramePart Class : ActivePortCount Property


Glossary Item Box

Gets a value indicating the active pilot (or preamble) port count used for SISO/MIMO demodulation of this FramePart's data allocation content.

Syntax

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

Property Value

The default value is 0. The maximum value is FrameDefinition.TransmitterAntennas value, and the minimum is 0.

Remarks

The values are unitless. A value of 0 indicates this Frame Part's data allocations are not configured with any active pilot (or preamble) ports. A value of 1 indicates this Frame Part's data allocations are configured with a single active pilot (or preamble) port supporting demodulation of single stream (SISO) data transmissions. A value of N > 1 indicates this Frame Part's data allocations are configured with N active pilot (or preamble) ports potentially supporting demodulation of up to N multiple stream (MIMO) data transmissions.

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 29.00

See Also