Keysight Pathwave 89600 VSA .NET API
TestModelSetup Constructor(TestModelSetup)
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > TestModelSetup Class > TestModelSetup Constructor : TestModelSetup Constructor(TestModelSetup)


testModel
The existing instance of the TestModelSetup class.

Glossary Item Box

Initializes a new instance of the TestModelSetup class from an existing one.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal testModel As TestModelSetup _
)
C# 
public TestModelSetup( 
   TestModelSetup testModel
)
C++/CLI 
public:
TestModelSetup( 
   TestModelSetup^ testModel
)

Parameters

testModel
The existing instance of the TestModelSetup class.

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 25.00

See Also