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


subframe
The subframe number whose PMCH scale factor is being set.
pmchScaleFactor
The per-subcarrier scale factor in dB of PMCH contained in the indicated subframe.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetPmchScaleFactor( _
   ByVal subframe As Integer, _
   ByVal pmchScaleFactor As Double _
) 
C# 
public abstract void SetPmchScaleFactor( 
   int subframe,
   double pmchScaleFactor
)
C++/CLI 
public:
abstract void SetPmchScaleFactor( 
   int subframe,
   double pmchScaleFactor
) 

Parameters

subframe
The subframe number whose PMCH scale factor is being set.
pmchScaleFactor
The per-subcarrier scale factor in dB of PMCH contained in the indicated subframe.

Remarks

The information set using this method is used only in manual detection.

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