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


subframe
The subframe number whose PMCH mod type is being retrieved.

Glossary Item Box

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

Syntax

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

Parameters

subframe
The subframe number whose PMCH mod type is being retrieved.

Return Value

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