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


Glossary Item Box

Gets or sets the fast time length to use.

Syntax

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

Remarks

This value is used for fast-time slow-time measurements, where the fast-time refers to the number of range bins for a given slow time sample. The fast-time dimension has a higher sampling rate than the slow-time dimension. The slow-time length is determined by the capture length. and for how the capture length is determined. The default value is 10us.

Requirements

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

See Also