Keysight Pathwave 89600 VSA .NET API
CopyFrom Method
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > Constellation Class : CopyFrom Method


source
The source constellation to copy from.

Glossary Item Box

Replaces the current contents of this constellation with content copied from the selected source constellation.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub CopyFrom( _
   ByVal source As Constellation _
) 
C# 
public abstract void CopyFrom( 
   Constellation source
)
C++/CLI 
public:
abstract void CopyFrom( 
   Constellation^ source
) 

Parameters

source
The source constellation to copy from.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.00

See Also