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


Glossary Item Box

Gets or sets the ASK upper pulse threshold.

Syntax

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

Remarks

Rise and fall times of ASK are determined by two threshold levels. The threshold levels are set in percent. ASK Meas Time trace is normalized so that On and Off amplitude levels become 100 and 0 respectively. Default value of the upper threshold level is 90%. This parameter is valid only in ASK measurement.

Requirements

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

See Also