finesse.model.Model.is_traced¶
- property Model.is_traced¶
Flag indicating whether the model has been traced.
Warning
This flag only indicates whether a beam trace has been performed on the model, it does not mean that the last stored beam trace (i.e.
Model.last_trace
) corresponds to the latest state of the model.- Getter
True if the mode has been traced at least once, False otherwise.