Keysight Pathwave 89600 VSA .NET API
RBAutoDetectModeType Enumeration
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace : RBAutoDetectModeType Enumeration


Glossary Item Box

Specifies the RB Auto Detect Mode which determines the method used to determine valid PDSCH RB allocations to be measured

Syntax

Visual Basic (Declaration) 
Public Enum RBAutoDetectModeType 
   Inherits System.Enum
C# 
public enum RBAutoDetectModeType : System.Enum 
C++/CLI 
public enum class RBAutoDetectModeType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
DecodeBasedAuto detection enabled, use scheduled user allocations decoded from PDCCH.
PowerBasedAuto detection enabled, use per RB power level based detection of user allocations.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also