Visual Basic (Declaration) | |
---|---|
Public Enum TimestampSource Inherits System.Enum |
C# | |
---|---|
public enum TimestampSource : System.Enum |
C++/CLI | |
---|---|
public enum class TimestampSource : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
AnalyzerInstrument | Get the timestamp from the hardware. | — |
Application | The 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. | — |
Auto | Automatically determine what timestamp source to use. Uses the TimestampSource.AnalyzerInstrument if possible, otherwise the TimestampSource.Application. | — |
Unknown | The timestamp source is unknown. This is mostly for the case of recalling a recording file where the timestamp source was not specified. | — |
User | Get 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. |
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