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


Glossary Item Box

Gets or sets the minimum number of traces in the collection.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property MinTraceCount As Integer
C# 
public abstract int MinTraceCount {get; set;}
C++/CLI 
public:
abstract property int MinTraceCount {
   int get();
   void set (    int value);
}

Remarks

The RemoveLast method will not remove a trace if it causes the Count to be less than MinTraceCount.

Requirements

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

See Also