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


Glossary Item Box

Gets or sets the trace update.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Update As TraceUpdateType
C# 
public virtual TraceUpdateType Update {get; set;}
C++/CLI 
public:
virtual property TraceUpdateType Update {
   TraceUpdateType get();
   void set (    TraceUpdateType value);
}

Remarks

Determines the trace update. When trace data is updated, it is a combination of the old trace data and the new (updated) trace 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 18.50

See Also