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


Glossary Item Box

Detect the fast time length of the measurement based on the acquired signal.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub DetectFastTime() 
C# 
public abstract void DetectFastTime()
C++/CLI 
public:
abstract void DetectFastTime(); 

Remarks

The FastTimeLength is set based on the resulting fast-time detection found by this function. Fast-time detection is achieved through detecting the amplitude bursts in the algorithm and the repetition interval between the bursts. The repetition interval is then averaged across all the bursts to determine the fast-time length.

Requirements

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

See Also