NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalEdgeStartTrigger.Edge Property

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

DigitalEdgeStartTriggerEdge Property

Gets or sets the active edge for the start 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 start 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