Next: Invoking dzn verify, Previous: Invoking dzn trace, Up: The Dezyne command-line tools [Contents][Index]
dzn tracesThe dzn traces command generates an exhaustive set of event
traces or trails for a behavioral Dezyne model. It can also be used to
generate an lts in Aldebaran format (See Invoking dzn lts,
See Invoking dzn graph, See Invoking dzn verify).
Under the hood, dzn traces uses dzn code and mCRL2.
dzn dzn-option… traces option… FILE
The options can be among the following:
--flush-fInclude <flush> events in trace.
--help-hDisplay help on invoking dzn traces, and then exit.
--illegal-iInclude traces that lead to an illegal.
--import=dir-I dirAdd directory dir to the import path.
--lts-lInstead of generating trace files, generate an lts in Aldebaran format.
--model=model-m modelGenerate traces for model model.
--no-comstaint-CDo not use a constraining process.
--no-non-compliance-DReport deadlock upon a non-compliance error.
--output=dir-o dirWrite trace files to directory dir.
--queue-size=size-q sizeUse component queue size size for generation, the default is
3.
--queue-size-defer=sizeUse defer queue size size for trace generation, the default is
2.
--queue-size-external=sizeUse external queue size size for trace generation, the default is
1.
--traces-tGenerate trace files, this is the default. Using --traces will generate trace files even when --lts is used.