Keysight Pathwave 89600 VSA .NET API
LineCodeType Enumeration
See Also 
Agilent.SA.Vsa.Rfid.Interfaces Assembly > Agilent.SA.Vsa.Rfid Namespace : LineCodeType Enumeration


Glossary Item Box

Specifies the forward and reverse line coding expected by the RFID demodulation software.

Syntax

Visual Basic (Declaration) 
Public Enum LineCodeType 
   Inherits System.Enum
C# 
public enum LineCodeType : System.Enum 
C++/CLI 
public enum class LineCodeType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
Bpsk1Specifies BPSK1 line coding (Return).
Bpsk2Specifies BPSK2 line coding (Return).
Bpsk4Specifies BPSK4 line coding (Return).
Bpsk8Specifies BPSK8 line coding (Return).
Code15693DualSubcarrierHighRateSpecifies ISO 15693 Dual Subcarrier high-rate line coding (Return).
Code15693DualSubcarrierLowRateSpecifies ISO 15693 Dual Subcarrier low-rate line coding (Return).
Code15693SingleSubcarrierHighRateSpecifies ISO 15693 Single Subcarrier high-rate line coding (Return).
Code15693SingleSubcarrierLowRateSpecifies ISO 15693 Single Subcarrier low-rate line coding (Return).
Code1Of256Specifies ISO 15693 1-out-of-256 line coding (Forward).
Code1Of4Specifies ISO 15693 1-out-of-4 line coding (Forward).
FM0Specifies FMO line coding (both Forward and Return).
ManchesterSpecifies Manchester line coding (Forward and Return).
MillerSpecifies Miller line coding (Return).
Miller2Specifies Miller2 line coding (Return).
Miller4Specifies Miller4 line coding (Return).
Miller8Specifies Miller8 line coding (Return).
ModifiedMillerSpecifies ModMiller line coding (Forward and Return).
NoneSpecifies no line coding (Forward and Return).
PieTypeASpecifies ISO 18000-6 Type A (PIE) line coding (Forward).
PieTypeCSpecifies EPC C1Gen2 (PIE) line coding (Forward).
SubcarrierManchesterSpecifies SubcarrierManchester line coding (Return).
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also