Keysight Pathwave 89600 VSA .NET API
GetPmchScaleFactor Method
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > MeasurementExtension Class : GetPmchScaleFactor Method


subframe
The subframe number whose PMCH scale factor is being retrieved.

Glossary Item Box

Gets the per-subcarrier scale factor of PMCH in dB, present in the indicated subframe

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetPmchScaleFactor( _
   ByVal subframe As Integer _
) As Double
C# 
public abstract double GetPmchScaleFactor( 
   int subframe
)
C++/CLI 
public:
abstract double GetPmchScaleFactor( 
   int subframe
) 

Parameters

subframe
The subframe number whose PMCH scale factor is being retrieved.

Return Value

The per-subcarrier scale factor in dB of PMCH contained in the indicated subframe.

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 15.00

See Also