ReqDocument
#
- class ansys.scade.pyalmgw.documents.ReqDocument(owner: ReqProject, file: str = '', name: str = '')#
Bases:
Container
Implements the
Document
complex type.Persistence.
file
maps toidentifier
.For example
C:\Program Files\ANSYS Inc\examples\CruiseControl\CruiseControl.docx
.file.name
maps totext
.For example
CruiseControl.docx
.
Overview#
Import detail#
from ansys.scade.pyalmgw.documents import ReqDocument
Property detail#
- property ReqDocument.path: pathlib.Path#
Return the path of the document.
Attribute detail#
- ReqDocument.xml_tag = 'Document'#