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


subframe
The subframe number whose PMCH mod type is being set.
pmchModType
The mod type of the PMCH contained in the indicated subframe.

Glossary Item Box

Sets the mod type of the PMCH contained in the indicated subframe.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetPmchModType( _
   ByVal subframe As Integer, _
   ByVal pmchModType As ModulationFormatType _
) 
C# 
public abstract void SetPmchModType( 
   int subframe,
   ModulationFormatType pmchModType
)
C++/CLI 
public:
abstract void SetPmchModType( 
   int subframe,
   ModulationFormatType pmchModType
) 

Parameters

subframe
The subframe number whose PMCH mod type is being set.
pmchModType
The mod type of the 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