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


name
The name of the result.

Glossary Item Box

Create a new instance of the Result class and add it to the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Create( _
   ByVal name As String _
) As Result
C# 
public abstract Result Create( 
   string name
)
C++/CLI 
public:
abstract Result^ Create( 
   String^ name
) 

Parameters

name
The name of the result.

Return Value

A handle to the new result.

Requirements

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

See Also