Keysight 89600 VSA .NET API
CopySettingsFrom(ComponentCarrier) Method
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > ComponentCarrier Class > CopySettingsFrom Method : CopySettingsFrom(ComponentCarrier) Method


carrier
carrier from which to copy settings

Glossary Item Box

Copies all settings and allocations from the specified ComponentCarrier.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub CopySettingsFrom( _
   ByVal carrier As ComponentCarrier _
) 
C# 
public virtual void CopySettingsFrom( 
   ComponentCarrier carrier
)
C++/CLI 
public:
virtual void CopySettingsFrom( 
   ComponentCarrier^ carrier
) 

Parameters

carrier
carrier from which to copy settings

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 26.00

See Also