DigitalPatternControl.EnableMatchFailCombination Method (ITClockSynchronizableDevice[], IntPtr)
- Updated2023-11-24
- 1 minute(s) read
DigitalPatternControlEnableMatchFailCombination Method (ITClockSynchronizableDevice, IntPtr)
Configures digital pattern instruments as well as the timing and synchronization instrument (PXIe-6674T) to combine pattern comparison results and control subsequent pattern execution across digital pattern instruments based on those results.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public static void EnableMatchFailCombination( ITClockSynchronizableDevice[] sessions, IntPtr syncSession )
Public Shared Sub EnableMatchFailCombination ( sessions As ITClockSynchronizableDevice(), syncSession As IntPtr )
Parameters
- sessions
- Type: NationalInstruments.ModularInstrumentsITClockSynchronizableDevice
An array of ITClockSynchronizableDevice objects being synchronized using NI-TClk. - syncSession
- Type: SystemIntPtr
The NI-Sync session.
Remarks
You must initialize the PXIe-6674T using NI-Sync and use TClock.Synchronize to synchronize the digital pattern instruments using NI-TClk before calling this method.
For more information, refer to the Synchronizing Multiple Instruments topic of the Digital Pattern Help.