Keysight Pathwave 89600 VSA .NET API
TimeAdjustment Property
See Also 
Agilent.SA.Vsa.ChannelSounding.Interfaces Assembly > Agilent.SA.Vsa.ChannelSounding Namespace > MeasurementExtension Class : TimeAdjustment Property


Glossary Item Box

Gets or sets the offset to add to the x-axis of the PDP and Impulse Responses. Does not affect any other results.

Syntax

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

Remarks

Can be used to compensate for cabling and other delays to your signal so that t=0 corresponds to your desired zero location.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.00

See Also