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


Glossary Item Box

Gets or sets a value indicating the antenna port number of this physical channel.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property NumberOfPorts As NumberOfSrsPorts
C# 
public abstract NumberOfSrsPorts NumberOfPorts {get; set;}
C++/CLI 
public:
abstract property NumberOfSrsPorts NumberOfPorts {
   NumberOfSrsPorts get();
   void set (    NumberOfSrsPorts value);
}

Property Value

The default value is .

Remarks

The number of SRS ports used by this SRS channel will affect the sequence generation as well as the frequency domain mapping for each antenna port transmitted. .

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 25.00

See Also