Table of Contents

Enum UpdateEdge

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Specifies the update edge options.

public enum UpdateEdge

Fields

FallingEdge = 1

Propagates the trigger when the digital signal of the synchronization clock transitions from high to low.

RisingEdge = 0

Propagates the trigger when the digital signal of the synchronization clock transitions from low to high.