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


subframe
The subframe for which info on whether it contains a PMCH transmission is to be set.
isPmchPresent
Whether the indicated subframe contains a PMCH transmission.

Glossary Item Box

Sets whether the specified subframe contains a PMCH transmission.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetIsPmchPresent( _
   ByVal subframe As Integer, _
   ByVal isPmchPresent As Boolean _
) 
C# 
public abstract void SetIsPmchPresent( 
   int subframe,
   bool isPmchPresent
)
C++/CLI 
public:
abstract void SetIsPmchPresent( 
   int subframe,
   bool isPmchPresent
) 

Parameters

subframe
The subframe for which info on whether it contains a PMCH transmission is to be set.
isPmchPresent
Whether the indicated subframe contains a PMCH transmission.

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