expression_function_child#

class ansys.systemcoupling.core.adaptor.api_24_2.expression_function_child.expression_function_child(name=None, parent=None)#

Bases: Container

Makes an external Python function accessible from expressions.

Properties

modulestr

Name of the Python module that exports the function.

functionstr

Name of the function in the module.

function_namestr

Name to use when referencing the function in an expression.

Included in:

Parent

Summary

expression_function

Makes an external Python function accessible from expressions.