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


Glossary Item Box

Gets or sets how the result data points time reference.

Syntax

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

Remarks

This setting determines the time axis of the graph result data. Some of the graph results combine the stimulus and response data (which may have different time axis values) to produce a result with single time axis.

The Relative setting sets the first time point to zero. This is useful for comparing multiple graph results to each other.

The Absolute setting sets the first time point to be compatible with the time axis of either the stimulus data or response data (plus any alignment or filter delays). If this is a result from both stimulus and response data, then the time axis for the stimulus data is used. If this is a result from only the stimulus or response data (not both), then the time axis for this input data is used. This setting is useful for comparing graph results to the original input data.

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 17.00

See Also