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


Glossary Item Box

Gets or sets the link direction used by the test model.

Syntax

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

Remarks

Requirements

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

See Also