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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property TimeCoefficientsRightLength As Integer
C# 
public virtual int TimeCoefficientsRightLength {get; set;}
C++/CLI 
public:
virtual property int TimeCoefficientsRightLength {
   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