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


testModelNumber
The test model number to filter by.

Glossary Item Box

Initializes a new instance of the TestModelSetup class.

Syntax

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

Parameters

testModelNumber
The test model number to filter by.

Remarks

The TestModel is required, but the rest of the setup configuration uses default values.

Requirements

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

See Also