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


Glossary Item Box

Gets or sets a value indicating the PTRS port number used by this PUSCH.

Syntax

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

Property Value

Default value is NumberOfPtrsPorts.One.

Remarks

The number of PTRS ports can be one or two, it can't be bigger than the number of DMRS ports . When this value is NumberOfPtrsPorts.One, the DMRS port associated with PTRS port 0 is . When this value is NumberOfPtrsPorts.Two, the DMRS port associated with PTRS port 0 is , and the DMRS port associated with PTRS port 1 is .

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.40

See Also