Table of Contents

Method SendSoftwareEdgeConditionalJumpTrigger

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

SendSoftwareEdgeConditionalJumpTrigger(DigitalSessionsBundle, int)

Sends the Software Conditional Jump Trigger to a digital pattern instrument, forcing the Conditional Jump Trigger to assert, regardless of how the Conditional Jump Trigger is configured.

public static void SendSoftwareEdgeConditionalJumpTrigger(this DigitalSessionsBundle sessionsBundle, int conditionalJumpTriggerId)

Parameters

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

conditionalJumpTriggerId int

The ID of the of ConditionalJumpTrigger to configure. Valid values include: 0, 1, 2, and 3, which all equate to conditionalJumpTrigger0, conditionalJumpTrigger1, conditionalJumpTrigger2, and conditionalJumpTrigger3, respectively.