For more sophisticated gating, you might need to combine more than one gate into a formula.
In FCS Express, simply open a Gate View window, right-click, and select Add Combination Gate.
You will then be able to use Boolean expressions to create new gates that you can define.
FCS Express currently supports the following Boolean operators:
Operator |
Definition and Example |
AND |
AND creates a new gate based on the intersecting events of the gates defined in the formula.
For example, a combination gate defined as Gate 1 AND Gate 2 will produce a gate that shows the events that intersect both gates.
|
OR |
OR creates a new gate by joining the events of the gates defined in the formula.
For example, a combination gate defined as Gate 1 OR Gate 3 will produce a gate that shows all events contained in the defined gates.
|
NOT |
NOT creates a new gate by removing the events of the gates defined in the formula.
For example, a combination gate defined as NOT Gate 3 will produce a gate that shows all events, except the events contained in Gate 3.
|
XOR |
XOR creates a new gate by combining the events that are exclusively within the defined gates but not intersecting with other gates in the definition.
For example, a combination gate defined as Gate 1 XOR Gate 2 will produce a gate that shows all events within the defined gates, except for the events that intersect both gates.
|