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


Glossary Item Box

Gets the collection of downlink users (NPDSCH).

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 two downlink users collections: one collection for manual detection and one for power-based auto-detection. The downlink users collection that this property returns is determined by the RBAutoDetectMode property.

Requirements

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

See Also