RAParametricVariables#

class ansys.rocky.app.ra_parametric_variables.RAParametricVariables(id: str, model_id: str | None = None)#

Bases: ansys.rocky.app.api_element_item.ApiElementItem

Rocky PrePost Scripting wrapper for the parametric variables (both input and output) in a project.

Currently the wrapper only provides a project’s input variables via GetInputVariables().

Overview#

GetInputVariables

Get the PrePost Scripting wrapper that handles the Input Variables in the project.

Import detail#

from ansys.rocky.app.ra_parametric_variables import RAParametricVariables

Method detail#

classmethod RAParametricVariables.GetWrappedClass()#
classmethod RAParametricVariables.GetClassName()#
RAParametricVariables.GetInputVariables()#

Get the PrePost Scripting wrapper that handles the Input Variables in the project.

Return type:

RAInputVariables