NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalEdgeConditionalJumpTrigger.Configure Method

  • Updated2023-11-24
  • 1 minute(s) read
DigitalEdgeConditionalJumpTrigger.Configure Method

DigitalEdgeConditionalJumpTriggerConfigure Method

Configures the TriggerType to Software, and configures the DigitalEdge and Edge properties.

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

Syntax

public void Configure(
	string source,
	DigitalEdge type
)
Public Sub Configure ( 
	source As String,
	type As DigitalEdge
)

Parameters

source
Type: SystemString
The value to set Source to.
type
Type: NationalInstruments.ModularInstruments.NIDigitalDigitalEdge
The value to set Edge to.

Exceptions

ExceptionCondition
OutOfRangeExceptionThe value for type is invalid.

See Also

Log in to get a better experience