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


Glossary Item Box

Gets or sets the line coding for forward (Interrogator -> Tag) bursts.

Syntax

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

Requirements

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

See Also