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


registerIndex
Specifies a data register as a 0-based index into the DataRegisterCollection.

Glossary Item Box

Copy this trace to the specified data register by index.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub CopyToDataRegister( _
   ByVal registerIndex As Integer _
) 
C# 
public abstract void CopyToDataRegister( 
   int registerIndex
)
C++/CLI 
public:
abstract void CopyToDataRegister( 
   int registerIndex
) 

Parameters

registerIndex
Specifies a data register as a 0-based index into the DataRegisterCollection.

Remarks

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