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


carrierIndex
index of 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 carrierIndex As Integer _
) 
C# 
public virtual void CopySettingsFrom( 
   int carrierIndex
)
C++/CLI 
public:
virtual void CopySettingsFrom( 
   int carrierIndex
) 

Parameters

carrierIndex
index of 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 PathWave 89600 VSA Ver 26.00

See Also