Keysight Pathwave 89600 VSA .NET API
Item(String) Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementCollection Class > Item Property : Item(String) Property


name
The name of the measurement to retrieve.

Glossary Item Box

Returns a handle to the named measurement.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride ReadOnly Property Item( _
   ByVal name As String _
) As Measurement
C# 
public abstract Measurement Item( 
   string name
) {get;}
C++/CLI 
public:
abstract property Measurement^ Item {
   Measurement^ get(String^ name);
}

Parameters

name
The name of the measurement to retrieve.

Property Value

A handle to the measurement. If no measurement with the specified name exists then null is returned.

Requirements

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

See Also