Keysight Pathwave 89600 VSA .NET API
EnumUtilities Class
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : EnumUtilities Class


Glossary Item Box

This class contains a set of utility methods to manipulate flag-type enumerated values. Some third-party packages are unable to get or set flag-type enumerated values where two or more bits are set. The methods in this class allow such tools to manipulate the enumerated values as 32-bit integers.

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class EnumUtilities 
C# 
public static class EnumUtilities 
C++/CLI 
public ref class EnumUtilities abstract sealed 

Requirements

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

See Also