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


Glossary Item Box

Gets or sets a value indicating whether the fast-time length should be automatically determined based on the measurement span.

Syntax

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

Remarks

This setting is a boolean used to determine if the FastTimeLength is automatically configured based on the measurement Span. If true, the FastTimeLength is automatically set such that the fast-time length is Span / 1024. If false, the FastTimeLength must be manually configured. The default value is true.

Requirements

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

See Also