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


Glossary Item Box

Specifies the synch pattern from a set of standard protocol patterns.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
EpcC1G2ForwardFrameSyncSpecifies EPCglobal Class-1Generation-2 protocol Frame Sync pattern for the forward direction.
EpcC1G2ForwardPreambleSpecifies EPCglobal Class-1Generation-2 protocol Preamble pattern for the forward direction.
EpcC1G2ForwardRTCalSpecifies EPCglobal Class-1Generation-2 protocol RTcal pattern for the forward direction.
EpcC1G2ForwardTRCalSpecifies EPCglobal Class-1Generation-2 protocol TRcal pattern for the forward direction.
EpcC1G2ReturnFM0PreambleTRext0Specifies EPCglobal Class-1Generation-2 protocol FMO Preamble TRext0 pattern for the return direction.
EpcC1G2ReturnFM0PreambleTRext1Specifies EPCglobal Class-1Generation-2 protocol FMO Preamble TRext1 pattern for the return direction.
EpcC1G2ReturnMillerPreambleTRext0Specifies EPCglobal Class-1Generation-2 protocol Miller Preamble TRext0 pattern for the return direction.
EpcC1G2ReturnMillerPreambleTRext1Specifies EPCglobal Class-1Generation-2 protocol Miller Preamble TRext1 pattern for the return direction.
Iso1800004Mode1ForwardPreambleSpecifies ISO 18000-4 Mode-4 protocol Preamble pattern for the forward direction.
Iso1800004Mode1ForwardStartDelimiter1Specifies ISO 18000-4 Mode-4 protocol Start Delimiter 1 pattern for the forward direction.
Iso1800004Mode1ReturnPreambleSpecifies ISO 18000-4 Mode-4 protocol Preamble pattern for the return direction.
Iso1800006AForwardEofSpecifies ISO 18000-6 Type-A protocol EOF pattern for the forward direction.
Iso1800006AForwardSofSpecifies ISO 18000-6 Type-A protocol SOF pattern for the forward direction.
Iso1800006AReturnPreambleSpecifies ISO 18000-6 Type-A protocol Preamble pattern for the return direction.
Iso1800006BForwardPreambleSpecifies ISO 18000-6 Type-B protocol Preamble pattern for the forward direction.
Iso1800006BForwardStartDelimiter1Specifies ISO 18000-6 Type-B protocol Start Delimiter1 pattern for the forward direction.
Iso1800006BForwardStartDelimiter2Specifies ISO 18000-6 Type-B protocol Delimiter2 pattern for the forward direction.
Iso1800006BForwardStartDelimiter3Specifies ISO 18000-6 Type-B protocol Delimiter3 pattern for the forward direction.
Iso1800006BForwardStartDelimiter4Specifies ISO 18000-6 Type-B protocol Delimiter4 pattern for the forward direction.
Iso1800006BReturnPreambleSpecifies ISO 18000-6 Type-B protocol Preamble pattern for the return direction.
‡ 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