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


Glossary Item Box

Gets or sets a value indicating whether the time delta used to calculate the overlap amount between blocks should be automatically determined based on the measurement span.

Syntax

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

Remarks

This setting is a boolean used to determine if the TimeStep is automatically configured based on the measurement Span. If true, the TimeStep is automatically set such that the block overlap (%) = 90. If false, the P:Agilent.SA.Vsa.FrequencyVersusTime.TimeStep% 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