SystemLLRS
#
- class ansys.scade.pyalmgw.llrs.SystemLLRS(llr_export: LLRExport, root)#
Bases:
AnnotatedLLRS
LLRS implementation for SCADE Architect.
Overview#
Cache all the ids defined in a file. |
|
Implement |
|
Implement |
|
Implement |
|
Implement |
|
Implement |
|
Implement |
|
Implement |
Import detail#
from ansys.scade.pyalmgw.llrs import SystemLLRS
Attribute detail#
- SystemLLRS.ids#
- SystemLLRS.prefixes#
Method detail#
- SystemLLRS.cache_ids(project: scade.model.project.stdproject.Project)#
Cache all the ids defined in a file.
It is required to know the resource file where an id is defined to build the URL.
- SystemLLRS.get_note_value(note, attribute)#
Implement
get_note_value
.