cosapp.utils.pull_variables

Functions

pull_variables(child, pulling)

Pull variables from child to the parent.

cosapp.utils.pull_variables.pull_variables(child: cosapp.systems.System, pulling: str | Collection[str] | Dict[str, str]) None[source]

Pull variables from child to the parent.

Parameters:
  • child (System) – System asking to pull variables to its parent

  • pulling (str or List[str] or Dict[str, str]) – Map of child ports to pulled ports at the parent system level