NI-SCOPE .NET Class Library Help

ScopeRuntTriggerCondition Enumeration

  • Updated2023-09-06
  • 1 minute(s) read
ScopeRuntTriggerCondition Enumeration

ScopeRuntTriggerCondition Enumeration

Specifies whether a runt that is within or outisde the high and low time limit triggers the oscilloscope.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public enum ScopeRuntTriggerCondition
Public Enumeration ScopeRuntTriggerCondition

Members

  Member nameValueDescription
None0 Do not use time-qualification for runt trigger.
Within1 Width of runt is within time limits.
Outside2 Width of runt is outside time limits.

Remarks

The end-user specifies the TimeLowLimit and TimeHighLimit

See Also