Label#

class Label(expression)#

Bases: Expression

Provides the label of a projection.

Parameters:
expression

Call expression to wrap.

Overview#

name

Name of the label.

Import detail#

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

Property detail#

property name: str#

Name of the label.