NumericCastOp#

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

Bases: FlowOp

Provides the numeric cast of a flow.

See the numeric_cast_op example.

Parameters#

expression :

Call expression to wrap.

Initialize the instance from the Scade expression.

Overview#

type_

Conversion type.

Import detail#

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

Property detail#

property NumericCastOp.type_: scade.model.suite.Type#

Conversion type.