Section
#
- class ansys.scade.pyalmgw.documents.Section(owner: Container, number: str = '', title: str = '', description: str = '')#
Bases:
HierarchyElement
Implements the
Section
complex type.Level of the a document hierarchy.
Persistence:
number
maps toidentifier
. For example1
,2.3.4
…title
maps totext
. For example1
,2.3.4
…
Overview#
Import detail#
from ansys.scade.pyalmgw.documents import Section
Property detail#
Attribute detail#
- Section.xml_tag = 'Section'#