Function type:
LIST OF ELEMENT
The list of Statemate elements The function status codeTo extract the list of all of Statemate elements that belong to the statechartS8
from the input listelem_list
, use the following statements:VARIABLE
LIST OF ELEMENT elem_list, S8_elements;
INTEGER status;
S8_elements:=
stm_list_extraction_by_chart(’S8’, elem_list, status);