Keysight Pathwave 89600 VSA .NET API
SetDownlinkSubframeChannelAssignments Method
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace > MeasurementExtension Class : SetDownlinkSubframeChannelAssignments Method


channelAssignments
subframe channel assignment vector

Glossary Item Box

Sets a vector that specifies the channel that each subframe contains.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetDownlinkSubframeChannelAssignments( _
   ByVal channelAssignments() As SubframeChannelType _
) 
C# 
public abstract void SetDownlinkSubframeChannelAssignments( 
   SubframeChannelType[] channelAssignments
)
C++/CLI 
public:
abstract void SetDownlinkSubframeChannelAssignments( 
   array<SubframeChannelType>^ channelAssignments
) 

Parameters

channelAssignments
subframe channel assignment vector

Remarks

Subframes 0, 5, 9, 10, and 15 will be set to SubframeChannelType.Other automatically, but the other subframes may be set to either SubframeChannelType.Npdcch or SubframeChannelType.Npdsch.

When IsNtmSignal = true, subframe 19 channel type will be assumed to be SubframeChannelType.Other (NSSS).

The length of this vector must be 20.

Requirements

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

See Also