Table of Contents

Method ConfigureStartTriggerDigitalEdge

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

ConfigureStartTriggerDigitalEdge(DigitalSessionsBundle, string, DigitalEdge)

Configures a digital edge trigger for the Start Trigger.

public static void ConfigureStartTriggerDigitalEdge(this DigitalSessionsBundle sessionsBundle, string source, DigitalEdge digitalEdge = DigitalEdge.Rising)

Parameters

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

source string

The source terminal for the start trigger. Possible values include but are not limited to "PXI_Trig0", "PXI_Trig1", "PXI_Trig2", "PXI_Trig3", "PXI_Trig4", "PXI_Trig5", "PXI_Trig6", or "PXI_Trig7".

digitalEdge DigitalEdge

The edge of the digital signal that should be triggered on: Rising edge (default) or Falling edge.

Exceptions

OutOfRangeException

The value for type is invalid.