Configure Pattern Match Start Trigger

Configures the Start trigger for pattern match triggering. This node is valid only for acquisition sessions.

Inputs/Outputs

datatype_icon

channel list

The channels that are configured for pattern matching using the pattern array value.

datatype_icon

session in

Instrument session obtained from the Initialize Acquisition Sessionnode, the Initialize Generation Sessionnode, or the Initialize External Calibrationnode.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

pattern

The binary pattern that activates the pattern match trigger under the conditions specified in trigger when.

This string expression creates a mask for the pattern. This expression is composed of characters:

  • X or x: Ignore the channel
  • 1: Match on a logic 1
  • 0: Match on a logic 0
  • R or r: Match on a rising edge
  • F or f: Match on a falling edge
  • E or e: Match on either edge

The first character in the expression corresponds to the first channel in channel list. The number of characters in pattern must correspond to the number of channels specified in channel list or an error is returned.

Examples of valid expressions

The following two examples are valid and achieve the same results:

  • channel list = 19-0 and pattern = 0000 0XXX XX11 1111 1111
  • channel list = 0-19 and pattern = 1111 1111 11XX XXX0 0000
datatype_icon

trigger when

The conditions under which the trigger is sent.

Pattern matches The trigger is asserted when the sampled pattern matches the pattern specified in pattern.
Pattern does not match The trigger is asserted when the sampled pattern does not match the pattern specified in pattern.

Default value: Pattern matches

datatype_icon

session out

Handle that identifies the session in all subsequent node calls.

The session out parameter is obtained from the Initialize Acquisition Sessionnode or the Initialize Generation Sessionnode.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior