Configures multiple digital pattern instruments in the session as well as the timing and synchronization instrument (PXIe-6674T) to combine pattern comparison results and control subsequent pattern execution across all digital pattern instruments in the session, based on those results.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDigital

public void EnableMatchFailCombination(IntPtr syncSession)

Remarks

You must initialize the PXIe-6674T using NI-Sync before calling this method.

Use this method with multi-instrument sessions. Use EnableMatchFailCombination(ITClockSynchronizableDevice[], IntPtr) with single-instrument sessions.

For more information, refer to the Synchronizing Multiple Instruments topic of the Digital Pattern Help.

Parameters

NameTypeDescription
syncSessionIntPtr

The NI-Sync session.

Exceptions

TypeDescription
Ivi.Driver.IviCDriverException

The NI-Digital Pattern Driver returned an error.

System.ObjectDisposedException

DigitalPatternControl was accessed after the associated NIDigital object was disposed.