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


Glossary Item Box

Gets or sets a value indicating the truncation duration in seconds for partial equalization mode.

Syntax

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

Property Value

The default value is 200ns

Requirements

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

See Also