Variable.
get_name
Returns the name of the object
Name of the object
Examples
>>> m = so.Model() >>> var1 = m.add_variables(name='x') >>> print(var1.get_name()) x