Keysight Pathwave 89600 VSA .NET API
TimestampSource Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : TimestampSource Enumeration


Glossary Item Box

What source to use for the timestamp of data.

Syntax

Visual Basic (Declaration) 
Public Enum TimestampSource 
   Inherits System.Enum
C# 
public enum TimestampSource : System.Enum 
C++/CLI 
public enum class TimestampSource : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AnalyzerInstrumentGet the timestamp from the hardware.
ApplicationThe timestamp will be obtained from the computer that this VSA instance is running on and be taken as close as possible to when the data is actually acquired in the analyzer instrument.
AutoAutomatically determine what timestamp source to use. Uses the TimestampSource.AnalyzerInstrument if possible, otherwise the TimestampSource.Application.
UnknownThe timestamp source is unknown. This is mostly for the case of recalling a recording file where the timestamp source was not specified.
UserGet the timestamp from the user of this application. The measurement will wait for a call from the user to the Input.UpdateTimestamp method before it will finish. This is only supported when using single sweep mode in VSA.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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 28.40

See Also