ConstValue#
- class ConstValue(expression)#
Bases: Expression
Provides the literal value.
The format is
<value>
.See the const_value example.
- Parameters:
- expression
Literal to wrap.
Overview#
Literal value. |
Import detail#
from ansys.scade.apitools.expr.access import ConstValue