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


measurementType
The type of measurement to create.

Glossary Item Box

Creates a new measurement of the specified type.

Syntax

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

Parameters

measurementType
The type of measurement to create.

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