Keysight Pathwave 89600 VSA .NET API
StepValue Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > NotifyPropertyInfoChangedWrapper Class : StepValue Method


propertyName
The property name.

Glossary Item Box

Gets a step value object for the specified property.

Syntax

Visual Basic (Declaration) 
Public Function StepValue( _
   ByVal propertyName As String _
) As IStepValue
C# 
public IStepValue StepValue( 
   string propertyName
)
C++/CLI 
public:
IStepValue^ StepValue( 
   String^ propertyName
) 

Parameters

propertyName
The property name.

Return Value

A step value object.

Requirements

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

See Also