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


Glossary Item Box

Gets or sets the fast time offset to use.

Syntax

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

Remarks

This value is used for fast-time slow-time measurements. . The FastTimeOffset shifts the data in the fast time dimension, on it's left side, by the specified amount. The default value is 0us.

Requirements

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

See Also