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


Glossary Item Box

Gets or sets how the pulse detection threshold is interpreted.

Syntax

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

Property Value

The default value is RelativeToTop.

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 19.00

See Also