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


Glossary Item Box

Specifies how trace data is updated.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AverageSpecifies the new trace data is averaged with the old trace data.
ClearWriteSpecifies the new trace data overwrites the old trace data.
MaximumSpecifies the trace data is the maximum of the new trace data and the old trace data.
MinimumSpecifies the trace data is the minimum of the new trace data and the old trace data.
VectorAverageSpecifies the new trace data is averaged with the old trace data, preserving phase information.21.00
‡ 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)

See Also