xsimlab.group_dict

xsimlab.group_dict(name)

Create a special variable which value returns a mapping of variables in a model that all belong to the same group.

Keys are in the form of ('process_name', 'var_name') and values are variable values.

Access to this collection of variables is read-only (i.e., intent=’in’).

Parameters

name (str) – Name of the group.

See also

group()