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


topLevel
The reference pulse profile for Top Level.
width
The reference pulse profile for Width.
pri
The reference pulse profile for PRI.
frequencyMean
The reference pulse profile for Frequency Mean.
frequencySlope
The reference pulse profile for FM Slope.

Glossary Item Box

Gets the reference pulse profile.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub GetScoringReference( _
   ByRef topLevel() As Single, _
   ByRef width() As Single, _
   ByRef pri() As Single, _
   ByRef frequencyMean() As Single, _
   ByRef frequencySlope() As Single _
) 
C# 
public virtual void GetScoringReference( 
   out float[] topLevel,
   out float[] width,
   out float[] pri,
   out float[] frequencyMean,
   out float[] frequencySlope
)
C++/CLI 
public:
virtual void GetScoringReference( 
   [Out] array<float>^ topLevel,
   [Out] array<float>^ width,
   [Out] array<float>^ pri,
   [Out] array<float>^ frequencyMean,
   [Out] array<float>^ frequencySlope
) 

Parameters

topLevel
The reference pulse profile for Top Level.
width
The reference pulse profile for Width.
pri
The reference pulse profile for PRI.
frequencyMean
The reference pulse profile for Frequency Mean.
frequencySlope
The reference pulse profile for FM Slope.

Remarks

Scoring is calculated with these reference values (Top Level, Width, PRI, Frequency Mean, FM Slope) and base error.

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 24.20

See Also