DisplayLLRS#

class ansys.scade.pyalmgw.llrs.DisplayLLRS(llr_export: LLRExport)#

Bases: LLRS

LLRS implementation for SCADE Display.

Overview#

export_images

Generate the all the images of a specification.

get_item_attribute

Implement get_item_attribute.

get_item_attributes

Implement get_item_attributes.

get_item_class

Implement get_item_class.

get_item_image

Implement get_item_image.

get_item_links

Implement get_item_links.

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.

Import detail#

from ansys.scade.pyalmgw.llrs import DisplayLLRS

Attribute detail#

DisplayLLRS.app#
DisplayLLRS.generated_specs#
DisplayLLRS.img_dir#
DisplayLLRS.sdyexe#

Method detail#

DisplayLLRS.export_images(spec: scade.model.display.Specification)#

Generate the all the images of a specification.

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

Implement get_item_attribute.

DisplayLLRS.get_item_attributes(item: Any) list#

Implement get_item_attributes.

DisplayLLRS.get_item_class(item: Any) str#

Implement get_item_class.

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

Implement get_item_image.

Implement get_item_links.

DisplayLLRS.get_item_name(item: Any) str#

Implement get_item_name.

DisplayLLRS.get_item_oid(item: Any) str#

Implement get_item_oid.

DisplayLLRS.get_item_pathname(item: Any) str#

Implement get_item_pathname.

DisplayLLRS.get_model_name(model: Any) str#

Implement get_model_name.

DisplayLLRS.get_model_oid(model: Any) str#

Implement get_model_oid.