Keysight Pathwave 89600 VSA .NET API
UplinkChannelType Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > StandardSpecificConfiguration Class : UplinkChannelType Property


Glossary Item Box

Gets or sets the uplink channel type.

Syntax

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

Remarks

The default value is UplinkChannelType.Pusch.

Requirements

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

See Also