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


measurementType
The type of measurement to create.
name
The name to assign to the new measurement.

Glossary Item Box

Creates a new measurement of the specified type with the supplied name.

Syntax

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

Parameters

measurementType
The type of measurement to create.
name
The name to assign to the new measurement.

Return Value

A handle to the new measurement.

Remarks

Multiple measurements are not supported prior to release 15.0 of the Keysight 89600 VSA software.

Requirements

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

See Also