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


Glossary Item Box

Gets or sets the demod 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

Determines the digital demodulation format.

Requirements

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

See Also