finesse.components.trace_dependency.TraceDependency.priority¶
- property TraceDependency.priority¶
The priority value of the dependency.
Larger values indicate higher priority for beam tracing. The list
Model.trace_order
is sorted in descending order of trace dependency priority values. Dependencies with equal priority values will be ordered alphabetically by their names.- Getter:
Returns the priority value.
- Setter:
Sets the priority value and re-sorts the associated
Model.trace_order
accordingly.