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


Glossary Item Box

Gets or sets a value indicating whether to auto detect which SS/PBCH blocks are active.

Syntax

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

Property Value

Default value is true.

Remarks

When true, SS/PBCH blocks are determined as active when power exceeds the relative level specified by AutoDetectPowerThreshold. When false, all SS/PBCH blocks specified in ActiveIndexes are assumed to be active. NOTE: When an SS/PBCH block is determined as active, it is included in summary table results, and is included in traces like Error Vector Spectrum and IQ plots. Both active and inactive SS/PBCH blocks are included in SS/PBCH trace results.

Requirements

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

See Also