Keysight Pathwave 89600 VSA .NET API
XEyeLength Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Trace Class : XEyeLength Property


Glossary Item Box

Gets or sets the digital demodulation x-axis eye length for eye diagram formats.

Syntax

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

Remarks

The eye length has a range of 0.1 to 0.9 in steps of 0.1 and 1 to 40 in steps of 1.

Requirements

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

See Also