setTriggerCombinationOperator(DC,operator)
configures the logical operator that combines comparisons of individual
signals into an overall trigger condition in trigger stage 1. DC is a
customized data capture object.
setTriggerCombinationOperator(DC,operator,N)
configures the logical operator that combines comparisons of individual
signals into an overall trigger condition in a trigger stage specified by
N. DC is a customized data capture
object.
operator — Logical operator to combine comparisons of individual signals into trigger condition AND | OR
Logical operator to combine comparisons of individual signals into a trigger
condition, specified as AND or OR.
The trigger condition comprises value comparisons of one or more signals. To combine
value comparisons, you can use only one type of logical operator. For example, suppose
three signals, A, B, and C,
make up the trigger condition. The options are:
A == 10 AND B == 'Falling edge' AND C == 0
A == 10 OR B == 'Falling edge' OR C == 0
You cannot mix and match the combination operators. For details on trigger
conditions, see Triggers.
N — Trigger stage integer from 1 to M
Trigger stage, specified as an integer from 1 to M, where
M is set by the Max
trigger stages parameter of the FPGA Data
Capture Component Generator tool. Use N to set the
combination operator in Nth trigger stage. If you do not specify
N, by default, the function sets the combination operator in
trigger stage 1.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.