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


Glossary Item Box

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

Syntax

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

Remarks

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

Requirements

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

See Also