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


Glossary Item Box

Gets or sets a value indicating whether Power Spectrum traces are drawn with stepped lines.

Syntax

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

Remarks

Turning this on draws Power Spectrums traces with stepped (horizontal and vertical) connecting lines which visually emphasizes (fills in) the noise floor of the data and reduces visual aliasing.

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 18.50

See Also