Keysight 89600 VSA .NET API
CopyToDataRegister(String) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Trace Class > CopyToDataRegister Method : CopyToDataRegister(String) Method


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

Glossary Item Box

Copy this trace to the specified data register by name.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub CopyToDataRegister( _
   ByVal registerName As String _
) 
C# 
public abstract void CopyToDataRegister( 
   string registerName
)
C++/CLI 
public:
abstract void CopyToDataRegister( 
   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)

See Also