Visual Basic (Declaration) | |
---|---|
Public Enum TriggerHoldoffStyle Inherits System.Enum |
C# | |
---|---|
public enum TriggerHoldoffStyle : System.Enum |
C++/CLI | |
---|---|
public enum class TriggerHoldoffStyle : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
AboveLevel | Specifies 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. | — |
BelowLevel | Specifies 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. | — |
Conventional | Specifies 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. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)