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


Glossary Item Box

Create a new trace and add it to the end of the Trace collection.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Create() As Trace
C# 
public abstract Trace Create()
C++/CLI 
public:
abstract Trace^ Create(); 

Return Value

The new Trace.

Remarks

The new trace is not initially Visible (Trace.IsVisible).

Requirements

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

See Also