Keysight Pathwave 89600 VSA .NET API
StartTime Property
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace > Nprach Class : StartTime Property


Glossary Item Box

Gets or sets the start time in milliseconds.

Syntax

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

Property Value

The default value is NprachStartTimeType.N8.

Requirements

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

See Also