Keysight Pathwave 89600 VSA .NET API
RemoveExtra Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > TraceCollection Class : RemoveExtra Method


Glossary Item Box

Remove traces from the end of the collection that have "No Data" and are hidden.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub RemoveExtra() 
C# 
public abstract void RemoveExtra()
C++/CLI 
public:
abstract void RemoveExtra(); 

Remarks

There will always be at least MinTraceCount traces in the collection

Requirements

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

See Also