Keysight Pathwave 89600 VSA .NET API
Position Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ICustomStep Interface : Position Property


Glossary Item Box

Gets or sets how to determine the position of this CustomStep in the measurement list.

Syntax

Visual Basic (Declaration) 
Property Position As CustomStepPositionType
C# 
CustomStepPositionType Position {get; set;}
C++/CLI 
property CustomStepPositionType Position {
   CustomStepPositionType get();
   void set (    CustomStepPositionType value);
}

Requirements

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

See Also