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


Glossary Item Box

Gets the timestamp of the event.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Timestamp As Date
C# 
public abstract DateTime Timestamp {get;}
C++/CLI 
public:
abstract property DateTime Timestamp {
   DateTime get();
}

Remarks

The time when the event occurred, either the system time for data from from hardware, or a time based on the system time when the recording was initially created for data from a recording. The system is the system on which the 89600 VSA software is running.

Requirements

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

See Also