ConstValue#

class ansys.scade.apitools.expr.access.ConstValue(expression: scade.model.suite.ConstValue)#

Bases: Expression

Provides the literal value.

The format is .

See the const_value example.

Parameters#

expression :

Literal to wrap.

Initialize the instance from the Scade expression.

Overview#

value

Literal value.

Import detail#

from ansys.scade.apitools.expr.access import ConstValue

Property detail#

property ConstValue.value: str#

Literal value.