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


Glossary Item Box

Gets or sets the forward (Interrogator -> Tag) tari rate (in seconds).

Syntax

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

Remarks

The ForwardTari time (in seconds) is required when using PIE line encoding. The Tari value is specified by time because the bit rate varies depending on the data value encoded. ForwardTari is only used in PIE line encoding because the bit rate varies depending on the data pattern.

Requirements

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

See Also