ReqDocument#
- class ansys.scade.pyalmgw.documents.ReqDocument(owner: ReqProject, file: str = '', name: str = '')#
Bases:
ContainerImplements the
Documentcomplex type.Persistence.
filemaps toidentifier.For example
C:\Program Files\ANSYS Inc\examples\CruiseControl\CruiseControl.docx.file.namemaps 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'#