sasoptpy.Variable.get_value

Variable.get_value(self)[source]

Returns the value of the variable

Returns
valuefloat

Value of the variable

Examples

>>> x.set_value(20)
>>> x.get_value()
20