DigitalPatternControl.EnableMatchFailCombination Method (IntPtr)
- Updated2023-11-24
- 1 minute(s) read
DigitalPatternControlEnableMatchFailCombination Method (IntPtr)
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.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public void EnableMatchFailCombination( IntPtr syncSession )
Public Sub EnableMatchFailCombination ( syncSession As IntPtr )
Parameters
- syncSession
- Type: SystemIntPtr
The NI-Sync session.
Exceptions
Exception | Condition |
---|---|
IviCDriverException | The NI-Digital Pattern Driver returned an error. |
ObjectDisposedException | DigitalPatternControl was accessed after the associated NIDigital object was disposed. |
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.