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


Glossary Item Box

Gets or sets a value indicating whether the FM Slope metric for train scoring calculation is enabled.

Syntax

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

Remarks

Train Scoring for FM Slope enable/disable properties. If value is true, scoring includes the FM Slope metric.

Requirements

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

See Also