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


Glossary Item Box

Remove the last trace from the trace collection.

Syntax

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

Remarks

The first 2 traces in the collection cannot be removed.

Requirements

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

See Also