NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalTrigger.ConditionalJumpTriggers Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalTrigger.ConditionalJumpTriggers Property

DigitalTriggerConditionalJumpTriggers Property

Gets the DigitalConditionalJumpTrigger objects used to configure and control conditional jump triggers.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public DigitalConditionalJumpTrigger[] ConditionalJumpTriggers { get; }
Public ReadOnly Property ConditionalJumpTriggers As DigitalConditionalJumpTrigger()
	Get

Property Value

Type: DigitalConditionalJumpTrigger

Objects used to configure and control conditional jump triggers. This object is created when the DigitalTrigger is created.

Exceptions

ExceptionCondition
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionHistoryRamTrigger was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

See Also

Log in to get a better experience