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


Glossary Item Box

Gets or sets the uplink operation mode.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property UplinkOperationMode As UplinkOperationModeType
C# 
public abstract UplinkOperationModeType UplinkOperationMode {get; set;}
C++/CLI 
public:
abstract property UplinkOperationModeType UplinkOperationMode {
   UplinkOperationModeType get();
   void set (    UplinkOperationModeType value);
}

Property Value

The default value is UplinkOperationModeType.Standalone.

Requirements

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

See Also