Keysight Pathwave 89600 VSA .NET API
CustomStepPositionType Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : CustomStepPositionType Enumeration


Glossary Item Box

Specifies where the custom step is to be positioned in the measurement processing

Syntax

Visual Basic (Declaration) 
Public Enum CustomStepPositionType 
   Inherits System.Enum
C# 
public enum CustomStepPositionType : System.Enum 
C++/CLI 
public enum class CustomStepPositionType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AfterAcquirePlace the step after the physical channels data acquisition at the beginning of the measurement section of the measurement list.
AfterMeasurePlace the step at the end of the measurement section (but before the display section) of the measurement list.
AtInputNamesPlace the step at a position in the measurement list determined by its InputNames.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also