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


Glossary Item Box

Specifies the success results for a step.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AverageLoopThe measurement should not process the display part of the measurement list.
DoUpdateThe measurement should update at the end of the measurement list.
MeasurementDoneThe measurement should pause at the end of the measurement list.
OkThe measurement should process the rest of the measurement list.
UpdateNowThe measurement should update now and not process the rest of the measurement list.
‡ 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