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


Glossary Item Box

Gets or sets the signal acquisition length in seconds.

Syntax

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

Remarks

When IsBurstSearchEnabled is off, the measurement region from which the modulation quality metrics are calculated is set by ResultOffset and ResultLength. When IsBurstSearchEnabled is on, SearchLength is the same as AcquisitionLength, and BurstIndex determines the measurement region.

Requirements

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

See Also