DisplayApp#

class ansys.scade.pyalmgw.llrs.DisplayApp(project: scade.model.project.stdproject.Project)#

Top-level class for SCADE Display models.

A SCADE Display model does not have a “root” class, that is required for defining an export schema.

This class gives access to the specifications and reference objects contained in a project. It also caches in the loaded instances the properties as new attributes.

Overview#

cache_properties

Add the attributes owner, file and qualified_name to the model elements.

Import detail#

from ansys.scade.pyalmgw.llrs import DisplayApp

Attribute detail#

DisplayApp.files = []#
DisplayApp.name#
DisplayApp.owner = None#
DisplayApp.qualified_name = ''#

Method detail#

DisplayApp.cache_properties(file, owner, item, link='')#

Add the attributes owner, file and qualified_name to the model elements.