Keysight Pathwave 89600 VSA .NET API
UplinkUsers Property
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot 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

Currently only one user can be present in the collection.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 24.00

See Also