Label# class Label(expression)# Bases: Expression Provides the label of a projection. Parameters: expressionCall expression to wrap. Overview# Properties name Name of the label. Import detail# from ansys.scade.apitools.expr.access import Label Property detail# property name: str# Name of the label.