VariableGroup.
get_name
Returns the name of the variable group
Name of the variable group
Examples
>>> m = so.Model(name='m') >>> var1 = m.add_variables(4, name='x') >>> print(var1.get_name()) x