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


Glossary Item Box

Gets or sets the threshold for pulse search.

Syntax

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

Property Value

The default value is -20 dB. The maximum value is 0 dB, and the minimum is -200 dB.

Remarks

This property is used only if IsPulseSearchThresholdAutomatic is false, and either IsPulseSearchEnabled or IsPulsedSignal is true. This property specifies the pulse search threshold in dB. This is the threshold used when searching for the start and end of bursts (pulses). It is specified in dB relative to the RMS level of the 'on' part of the signal, so the value is negative.

Requirements

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

See Also