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


subframe
The subframe number for which the information on whether it contains a PMCH transmission is to be retrieved.

Glossary Item Box

Gets whether the indicated subframe contains a PMCH transmission.

Syntax

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

Parameters

subframe
The subframe number for which the information on whether it contains a PMCH transmission is to be retrieved.

Return Value

Whether the indicated subframe contains a PMCH transmission.

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