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


Glossary Item Box

Gets or sets a value indicating whether RB Auto Detection is power-based or PDCCH-decode-based

Syntax

Visual Basic (Declaration) 
Public MustOverride Property RBAutoDetectMode As RBAutoDetectModeType
C# 
public abstract RBAutoDetectModeType RBAutoDetectMode {get; set;}
C++/CLI 
public:
abstract property RBAutoDetectModeType RBAutoDetectMode {
   RBAutoDetectModeType get();
   void set (    RBAutoDetectModeType value);
}

Property Value

The default value is RBAutoDetectModeType.PowerBased.

Remarks

This parameter is ignored if IsRBAutoDetect is set to false. For uplink, only power-based auto-detection is available.

Requirements

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

See Also