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


dataRegister
Specifies the data register

Glossary Item Box

Sets the correlation reference vector from a data register

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetCorrelationReferenceFromRegister( _
   ByVal dataRegister As DataRegister _
) 
C# 
public virtual void SetCorrelationReferenceFromRegister( 
   DataRegister dataRegister
)
C++/CLI 
public:
virtual void SetCorrelationReferenceFromRegister( 
   DataRegister^ dataRegister
) 

Parameters

dataRegister
Specifies the data register

Remarks

The correlation reference uses the data register values, adjusted by the CorrelationReferenceRegisterStartOffset and CorrelationReferenceRegisterEndOffset. 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 89600 VSA Ver 23.20

See Also