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


reference
Specifies the reference vector values
isComplex
Specifies whether the reference vector is complex

Glossary Item Box

Sets the correlation reference vector.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetCorrelationReference( _
   ByVal reference As IEnumerable(Of Single), _
   ByVal isComplex As Boolean _
) 
C# 
public virtual void SetCorrelationReference( 
   IEnumerable<float> reference,
   bool isComplex
)
C++/CLI 
public:
virtual void SetCorrelationReference( 
   IEnumerable<float>^ reference,
   bool isComplex
) 

Parameters

reference
Specifies the reference vector values
isComplex
Specifies whether the reference vector is complex

Remarks

If the vector is complex, the values are assumed to be alternating real and imaginary. The correlation reference always uses an odd number of points. If an even number of points is supplied, the last point is ignored.

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 23.20

See Also