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


Glossary Item Box

Gets or sets the base error value, used for scoring, for the FM Slope metric.

Syntax

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

Remarks

Train Scoring of FM Slope is calculated based on this error value.

Requirements

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

See Also