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


Glossary Item Box

Gets or sets a value indicating the relative power boosting (in dB) of the PTRS associated with this physical channel.

Syntax

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

Property Value

Default value is 0.0 dB.

Remarks

This is a power scaling based on the constellation defined in 5.1.3 of 38.211

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also