Phase

A Phases element determines a phases based on a condition formula.

Attributes

Attribute Default Description Required
name

Yes
condition

formula of the condition to determine the phase. If the value of the formula is bigger than 0 than the corresponding frame  is part of the phase.
Ether condition of startevent and endevent must be used.
startEvent

Phasen auf Basis von Events setzen. Geht wohl nur in den Phasen pre und stepbystep
endEvent
process
stepbystep
pre|post|stepbystep = the phase in which the phase is created. Do not use stepbystep because its behavoir ist difficult to understand and it is unclear if it is really needed:  If start/endevent is used than the phases are created with the first frame. If the condition attribute is used than the condition traj wrapper is calculated step by step but the phases are created also in the postprocess phase.
No

Note

calculated Trajectories: <name>Condition double traj

calculated phase with  <name>

Examples

<Phase name="ABC"
condition="abc &lg; 10.0"/>