Keysight Pathwave 89600 VSA .NET API
DownlinkUsers Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > MeasurementExtension Class : DownlinkUsers Property


Glossary Item Box

Gets the collection of downlink users (PDSCH channels).

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property DownlinkUsers As DownlinkUserCollection
C# 
public abstract DownlinkUserCollection DownlinkUsers {get;}
C++/CLI 
public:
abstract property DownlinkUserCollection^ DownlinkUsers {
   DownlinkUserCollection^ get();
}

Remarks

There are three downlink users collections: one collection each for manual detection, power-based auto-detection and PDCCH-decoding based auto-detection. The downlink users collection that this property returns is determined by the IsRBAutoDetect and RBAutoDetectMode properties

Requirements

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

See Also