numeric_value#
- property Variable.numeric_value: float | list[Any] | Any#
Numeric value of the expression in current units.
If the expression is an array-like string (“[1, 2, 3]”), returns a list.
Examples
>>> from ansys.aedt.core.application.variables import Variable >>> var = Variable("10mm") >>> var.numeric_value