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


Glossary Item Box

Gets or sets the link direction.

Syntax

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

Remarks

Direction defaults to forward. Certain properties apply to only forward or only reverse link analysis. Likewise, certain results exist for only forward or only reverse link analysis.

Requirements

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

See Also