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: Union[str, List[str], Dict[str, str]])[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

  • selection (str or List[str] or Dict[str, str]) –