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


Glossary Item Box

Gets or sets the time step used to calculate the overlap amount between blocks.

Syntax

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

Remarks

This setting is a double representing the block time step in seconds, which is used to calculate the overlap between blocks. The FrequencyVersusTime's overlap, in seconds, is calculated with the following equation. block overlap (sec) = block time length - TimeStep. The TimeStep cannot be larger than the block time length. The default value is 0.00001 sec (10us).

Requirements

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

See Also