opto.trace.nodes.Node.parameter_dependencies

opto.trace.nodes.Node.parameter_dependencies#

property Node.parameter_dependencies#

The depended parameters.

Notes

Ensure that the ‘_dependencies’ attribute is properly initialized and contains a ‘parameter’ key with a corresponding value before calling the parameter_dependencies function to avoid potential KeyError exceptions.