finesse.components.trace_dependency.TraceDependency
¶
Overview
- class finesse.components.trace_dependency.TraceDependency(name, priority=0)[source]¶
Bases:
ModelElement
Base for classes which are dependency objects of beam tracing.
Both
Cavity
andGauss
inherit from this class.- Parameters:
- namestr
Name of newly created trace dependency.
- prioritynumber, optional; default: 0
Priority value for beam tracing. See
TraceDependency.priority
.
Properties
The priority value of the dependency. |
Methods
|
|
Give this trace dependency the lowest priority in the model. |
|
Give this trace dependency the highest priority in the model. |