Visual Basic (Declaration) | |
---|---|
Public Enum TraceUpdateType Inherits System.Enum |
C# | |
---|---|
public enum TraceUpdateType : System.Enum |
C++/CLI | |
---|---|
public enum class TraceUpdateType : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
Average | Specifies the new trace data is averaged with the old trace data. | — |
ClearWrite | Specifies the new trace data overwrites the old trace data. | — |
Maximum | Specifies the trace data is the maximum of the new trace data and the old trace data. | — |
Minimum | Specifies the trace data is the minimum of the new trace data and the old trace data. | — |
VectorAverage | Specifies 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. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)