Keysight Pathwave 89600 VSA .NET API
TestModelNumber Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > StandardSpecificConfiguration Class : TestModelNumber Property


Glossary Item Box

Gets or sets the test model number configuration.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property TestModelNumber As TestModel
C# 
public abstract TestModel TestModelNumber {get; set;}
C++/CLI 
public:
abstract property TestModel TestModelNumber {
   TestModel get();
   void set (    TestModel value);
}

Remarks

Requirements

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

See Also