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


Glossary Item Box

Gets or sets the minimum Rho value for time sidelobe calculations.

Syntax

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

Property Value

The value is unitless. The default value is 0.5.

Remarks

This is ignored unless IsCorrelationEnabled is true. For each pulse, time sidelobe calculations are done only if the rho value for that pulse is greater than or equal to this value.

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 23.20

See Also