Keysight Pathwave 89600 VSA .NET API
AutoDetectPowerThreshold Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > SSBlock Class : AutoDetectPowerThreshold Property


Glossary Item Box

Gets or sets the power threshold (in dB, relative to maximum SS/PBCH block power) to use to decide if an SS/PBCH block is active.

Syntax

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

Property Value

Default value is -30.0 dB.

Remarks

This property only applies when AutoDetectActiveBlocksOn is true.

Requirements

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

See Also