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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetDownlinkSubframeChannelAssignments() As SubframeChannelType()
C# 
public abstract SubframeChannelType[] GetDownlinkSubframeChannelAssignments()
C++/CLI 
public:
abstract array<SubframeChannelType>^ GetDownlinkSubframeChannelAssignments(); 

Return Value

subframe channel assignment vector

Requirements

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

See Also