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


Glossary Item Box

Gets or sets a value indicating the power threshold in dB used in detecting the sidelobes to be included in the beam pattern summary.

Syntax

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

Property Value

The default value is -20.0.

Remarks

This value is a relative value in dB, the power to be detected is the peak power of the sidelobe, and the reference power is the peak power of the main lobe.

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 29.40

See Also