Several limit state functions

Hi, all
Is it posible to call several limit state functions with the same input vectors?
I would like to connect OpenTURNS with OpenSeesPy. I think that it is easy and I can do it how it were a Python function.
Thanks
Luis

You might want to look at the function examples:

http://openturns.github.io/openturns/latest/auto_functional_modeling/index.html

In particular PythonFunction:

http://openturns.github.io/openturns/latest/auto_functional_modeling/vectorial_functions/plot_python_function.html#sphx-glr-auto-functional-modeling-vectorial-functions-plot-python-function-py

Or AggregatedFunction:

http://openturns.github.io/openturns/latest/auto_functional_modeling/vectorial_functions/plot_aggregated_function.html#sphx-glr-auto-functional-modeling-vectorial-functions-plot-aggregated-function-py