NI-SCOPE .NET Class Library Help

Table of Contents

ScopeRuntTrigger.TimeCondition Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeRuntTrigger.TimeCondition Property

ScopeRuntTriggerTimeCondition Property

Gets or sets the time condition you want the digitizer to use for time-qualified runt triggering.

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

Syntax

public ScopeRuntTriggerCondition TimeCondition { get; set; }
Public Property TimeCondition As ScopeRuntTriggerCondition
	Get
	Set

Property Value

Type: ScopeRuntTriggerCondition
The time condition you want the digitizer to use for time-qualified runt triggering.

Exceptions

ExceptionCondition
ObjectDisposedExceptionTimeCondition was accessed after the associated NIScope or ScopeDriverUtility object was disposed.
IviCDriverException The value for time condition was invalid.

- or -

The underlying NI-SCOPE driver returned an error.

Remarks

The digitizer will trigger when it is within or outside the TimeLowLimit and TimeHighLimit.

See Also

Log in to get a better experience