NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalEdgeConditionalJumpTrigger.Edge Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalEdgeConditionalJumpTrigger.Edge Property

DigitalEdgeConditionalJumpTriggerEdge Property

Gets or sets the active edge for the Conditional Jump Trigger.

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

Syntax

public DigitalEdge Edge { get; set; }
Public Property Edge As DigitalEdge
	Get
	Set

Property Value

Type: DigitalEdge

The active edge for the Conditional Jump Trigger. This property is used when TriggerType is set to DigitalEdge. The default value is Rising.

Exceptions

ExceptionCondition
OutOfRangeExceptionThe value for Edge is invalid.

See Also

Log in to get a better experience