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


Glossary Item Box

Gets the collection of uplink users.

Syntax

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

Remarks

There are two uplink users collections: one collection each for manual detection and power-based auto-detection. The uplink users collection that this property returns is determined by the IsRBAutoDetect property

Requirements

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

See Also