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


Glossary Item Box

Gets or sets a value indicating whether extra data is included around the selected pulses in time-domain traces.

Syntax

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

Property Value

The default value is true.

Remarks

Normally, the selected pulses are positioned so that they start at the first grid line and end at the last grid line, so that they occupy the middle 80% of the trace. However, for pulses that are very near the beginning or end of Acquisition Time, there may not be enough data to do this, in which case the selected pulses may start before the first grid line or end after the last grid line. You can increase the value of AcquisitionExtraSamples to make this less likely to happen.

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 19.00

See Also