SystemLLRS#

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

Bases: AnnotatedLLRS

LLRS implementation for SCADE Architect.

Overview#

cache_ids

Cache all the ids defined in a file.

get_item_image

Implement get_item_image.

get_item_name

Implement get_item_name.

get_item_oid

Implement get_item_oid.

get_item_pathname

Implement get_item_pathname.

get_model_name

Implement get_model_name.

get_model_oid

Implement get_model_oid.

get_note_value

Implement get_note_value.

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_item_image(item: Any) str | None#

Implement get_item_image.

SystemLLRS.get_item_name(item: Any) str#

Implement get_item_name.

SystemLLRS.get_item_oid(item: Any) str#

Implement get_item_oid.

SystemLLRS.get_item_pathname(item: Any) str#

Implement get_item_pathname.

SystemLLRS.get_model_name(model: Any) str#

Implement get_model_name.

SystemLLRS.get_model_oid(model: Any) str#

Implement get_model_oid.

SystemLLRS.get_note_value(note, attribute)#

Implement get_note_value.