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


Glossary Item Box

Specifies the trigger holdoff style.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AboveLevelSpecifies the above level holdoff style which is an amount of time that the analyzer's input signal must be a stable high value (above trigger level) before the next trigger can occur.
BelowLevelSpecifies the below level holdoff style which is an amount of time that the analyzer's input signal must be a stable low value (below trigger level) before the next trigger can occur.
ConventionalSpecifies the conventional holdoff style which is the length of time after a trigger before the next trigger can occur regardless of the trigger level set.
‡ 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