Keysight 89600 VSA .NET API
CopyPolynomialTraceToDataRegister Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Graph Class : CopyPolynomialTraceToDataRegister Method


registerName
Specifies a data register as a name into the DataRegisterCollection.

Glossary Item Box

Copy this graph's computed polynomial trace to the specified data register by name.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub CopyPolynomialTraceToDataRegister( _
   ByVal registerName As String _
) 
C# 
public abstract void CopyPolynomialTraceToDataRegister( 
   string registerName
)
C++/CLI 
public:
abstract void CopyPolynomialTraceToDataRegister( 
   String^ registerName
) 

Parameters

registerName
Specifies a data register as a name into the DataRegisterCollection.

Remarks

"D1" is the first data register, "D2" is the second data register, etc. This method overwrites any previous results in the specified data register. The Remove method removes the data register from memory. The RecallFile method copies a file into the specified data register.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 17.00

See Also