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


Glossary Item Box

Gets or sets the desired number of samples to the left of the center of the time coefficients.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TimeCoefficientsLeftLength As Integer
C# 
public virtual int TimeCoefficientsLeftLength {get; set;}
C++/CLI 
public:
virtual property int TimeCoefficientsLeftLength {
   int get();
   void set (    int value);
}

Remarks

The total number of time coefficients is TimeCoefficientsLeftLength + TimeCoefficientsRightLength + 1.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also