StdLLRS#

class ansys.scade.pyalmgw.llrs.StdLLRS(llr_export: LLRExport, kind, root)#

Bases: LLRS

Base implementation class for models edited inside SCADE Studio IDE.

Overview#

get_item_attribute

Implement get_item_attribute.

get_item_class

Implement get_item_class.

get_item_links

Implement get_item_links.

Import detail#

from ansys.scade.pyalmgw.llrs import StdLLRS

Method detail#

StdLLRS.get_item_attribute(item: Any, name: str) Any#

Implement get_item_attribute.

StdLLRS.get_item_class(item: Any) str#

Implement get_item_class.

Implement get_item_links.