Group: Administrators
Posts: 13K,
Visits: 104K
|
<trial> ... /branch = [if (expt.myexpt.elapsedtime < 810000) block.theblock)] </trial>
You cannot branch from a trial to a block. Branches must be at the same level, i.e. a trial can branch to another trial, a block can branch to another block.
The /stop attribute will *not* interrupt the currently running trial. It will only kick in once the trial terminates.
If you want a *hard* interrupt, use the /timeout attribute.
|