ScadeLLRS#

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

Bases: AnnotatedLLRS

LLRS implementation for SCADE Suite.

Overview#

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 ScadeLLRS

Method detail#

ScadeLLRS.get_item_image(item: Any) str | None#

Implement get_item_image.

ScadeLLRS.get_item_name(item: Any) str#

Implement get_item_name.

ScadeLLRS.get_item_oid(item: Any) str#

Implement get_item_oid.

ScadeLLRS.get_item_pathname(item: Any) str#

Implement get_item_pathname.

ScadeLLRS.get_model_name(model: Any) str#

Implement get_model_name.

ScadeLLRS.get_model_oid(model: Any) str#

Implement get_model_oid.

ScadeLLRS.get_note_value(note, attribute)#

Implement get_note_value.