Keysight Pathwave 89600 VSA .NET API
SetScoringReference Method
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > MeasurementExtension Class : SetScoringReference 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

Sets the reference pulse profile.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetScoringReference( _
   ByVal topLevel() As Single, _
   ByVal width() As Single, _
   ByVal pri() As Single, _
   ByVal frequencyMean() As Single, _
   ByVal frequencySlope() As Single _
) 
C# 
public virtual void SetScoringReference( 
   float[] topLevel,
   float[] width,
   float[] pri,
   float[] frequencyMean,
   float[] frequencySlope
)
C++/CLI 
public:
virtual void SetScoringReference( 
   array<float>^ topLevel,
   array<float>^ width,
   array<float>^ pri,
   array<float>^ frequencyMean,
   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. All float array parameters need to be same length and maximum length must be less than or equal to 100.

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