Keysight Pathwave 89600 VSA .NET API
CopyDataToClipboard Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Trace Class : CopyDataToClipboard Method


Glossary Item Box

Copy the trace data (numbers) to the clipboard.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub CopyDataToClipboard() 
C# 
public abstract void CopyDataToClipboard()
C++/CLI 
public:
abstract void CopyDataToClipboard(); 

Remarks

Copy the data to the clipboard as it appears on the displayed trace in the specified Format with the specified X scaling. The numbers are 2 per line, X followed by Y (separated by a tab) for each point.

Requirements

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

See Also