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


count
The number of traces to remove.

Glossary Item Box

Remove the last trace from the trace collection.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub RemoveLast( _
   ByVal count As Integer _
) 
C# 
public abstract void RemoveLast( 
   int count
)
C++/CLI 
public:
abstract void RemoveLast( 
   int count
) 

Parameters

count
The number of traces to remove.

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