UnaryOp
#
- class ansys.scade.apitools.expr.access.UnaryOp(expression: scade.model.suite.ExprCall)#
Bases:
AryOp
Provides an expression with one operand.
The format is
, where
is one of these:reverse
-
,+
not
lnot
See the unary_op example.
Parameters#
- expression :
Call expression to wrap.
Initialize the instance from the Scade expression.
Overview#
Operand of the operator. |
Import detail#
from ansys.scade.apitools.expr.access import UnaryOp
Property detail#
- property UnaryOp.operand: Expression#
Operand of the operator.