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


Glossary Item Box

Defines which limits are tested against

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AbsoluteReport failure if power exceeds absolute limits.
AbsoluteAndRelativeReport failure if power exceeds both absolute and relative limits.
AbsoluteOrRelativeReport failure if power exceeds either absolute or relative limits.
RelativeReport failure if power exceeds relative limits.
‡ 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.20

See Also