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


Glossary Item Box

Gets or sets the link direction for the demodulation measurement.

Syntax

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

Property Value

The default value is Direction.Forward.

Remarks

Often it is better to use the Preset method, rather than setting the Direction property directly, so that all the other properties get set to default values for the specified link direction.

Requirements

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

See Also