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


Glossary Item Box

Gets or sets the number of extra samples available to include in selected pulse traces.

Syntax

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

Property Value

The default value is 100. The maximum is int.MaxValue, and the minimum is 0.

Remarks

If IsSelectedPulsesExtraDataIncluded is true, the analysis traces include extra data before and after the selected pulses. Normally the length of the extra data shown would be chosen so that the selected pulses are within the middle 80% of the trace. However, if the pulses are too near the beginning or end of the Acquisition Time trace, this may not be possible. To help provide the extra data samples in this case, extra samples equal to AcquisitionExtraSamples are acquired at the start and end of Acquisition Time.

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