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


subframe
The subframe number whose MBSFN status is to be retrieved.

Glossary Item Box

Gets whether the indicated subframe is an MBSFN subframe.

Syntax

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

Parameters

subframe
The subframe number whose MBSFN status is to be retrieved.

Return Value

Whether the indicated subframe is an MBSFN 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