TraceDocument
#
- class ansys.scade.almgw_msoffice.trace.TraceDocument(project: ansys.scade.pyalmgw.documents.ReqProject, path: pathlib.Path, requirements=None)#
Tracability links file.
Updated on export
Read on import
Note
The cache document is also updated.
Initialize the trace document.
Overview#
Create a traceability link. |
|
Merge the traceability updates. |
|
Read the trace file. |
|
Remove a tracrability link. |
|
Write the trace file. |
Import detail#
from ansys.scade.almgw_msoffice.trace import TraceDocument
Attribute detail#
- TraceDocument.file = ''#
- TraceDocument.project#
Method detail#
- TraceDocument.merge_links(file: pathlib.Path)#
Merge the traceability updates.
- TraceDocument.read()#
Read the trace file.
- TraceDocument.write()#
Write the trace file.