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


Glossary Item Box

Gets or sets the link direction of the carrier aggregation scheme.

Syntax

Visual Basic (Declaration) 
Public Overridable Property LinkDirection As AggregationLinkDirection
C# 
public virtual AggregationLinkDirection LinkDirection {get; set;}
C++/CLI 
public:
virtual property AggregationLinkDirection LinkDirection {
   AggregationLinkDirection get();
   void set (    AggregationLinkDirection value);
}

Remarks

when the value is AggregationLinkDirection.Downlink, all the carriers are downlink; when the value is AggregationLinkDirection.Uplink, all the carriers are uplink; when the value is AggregatedLinkDirections.Mixed, each carrier can be either downlink or uplink.

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.20

See Also