Requirement#

class ansys.scade.pyalmgw.documents.Requirement(owner: Container, id: str = '', *args, **kwargs)#

Bases: HierarchyElement

Implements the Requirement complex type.

Overview#

id

Return the ID of a requirement.

Import detail#

from ansys.scade.pyalmgw.documents import Requirement

Property detail#

property Requirement.id: str#

Return the ID of a requirement.

Attribute detail#

Requirement.xml_tag = 'Requirement'#