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


Glossary Item Box

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

Syntax

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

Requirements

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

See Also