QteLLRS#

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

Bases: StdLLRS

LLRS implementation for SCADE Test.

Overview#

get_item_attributes

Implement get_item_attributes.

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 QteLLRS

Method detail#

QteLLRS.get_item_attributes(item: Any) list#

Implement get_item_attributes.

QteLLRS.get_item_name(item: Any) str#

Implement get_item_name.

QteLLRS.get_item_oid(item: Any) str#

Implement get_item_oid.

QteLLRS.get_item_pathname(item: Any) str#

Implement get_item_pathname.

QteLLRS.get_model_name(model: Any) str#

Implement get_model_name.

QteLLRS.get_model_oid(model: Any) str#

Implement get_model_oid.