Keysight Pathwave 89600 VSA .NET API
TestModelSetup Constructor(TestModel,DuplexScheme,MaximumTransmissionBandwidth,Numerology,TestModelVersion,Boolean,Boolean,TestModelNumberOfPdschLayers)
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > TestModelSetup Class > TestModelSetup Constructor : TestModelSetup Constructor(TestModel,DuplexScheme,MaximumTransmissionBandwidth,Numerology,TestModelVersion,Boolean,Boolean,TestModelNumberOfPdschLayers)


testModelNumber
The test model number to apply.
duplexScheme
Indicates whether TDD or FDD is applied.
bandwidth
The bandwidth to apply.
numerology
The numerology to apply
version
The version to use.
isMapPdschInPdcchSymbols
Indicates whether PDSCH is mapped in PDCCH symbols.
isInterferenceEnabled
Indicates where interference is allowed in PDSCH.
numberOfPdschLayers
The number of PDSCH layers.

Glossary Item Box

Initializes a new instance of the TestModelSetup class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal testModelNumber As TestModel, _
   ByVal duplexScheme As DuplexScheme, _
   ByVal bandwidth As MaximumTransmissionBandwidth, _
   ByVal numerology As Numerology, _
   ByVal version As TestModelVersion, _
   ByVal isMapPdschInPdcchSymbols As Boolean, _
   ByVal isInterferenceEnabled As Boolean, _
   ByVal numberOfPdschLayers As TestModelNumberOfPdschLayers _
)

Parameters

testModelNumber
The test model number to apply.
duplexScheme
Indicates whether TDD or FDD is applied.
bandwidth
The bandwidth to apply.
numerology
The numerology to apply
version
The version to use.
isMapPdschInPdcchSymbols
Indicates whether PDSCH is mapped in PDCCH symbols.
isInterferenceEnabled
Indicates where interference is allowed in PDSCH.
numberOfPdschLayers
The number of PDSCH layers.

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