The
list_extraction_by_chart
function extracts the Statemate elements in the input list that are of a particular chart.
● stm_list—Designates the function as a Statemate list manipulation function.
● extraction_by_chart—Signifies that this function extracts all Statemate elements defined in a specific chart from the input list.
● chart_name—Is a string that represents the chart name.
● list—Is the list in which to search for elements of the specified chart.list
can contain a variety of Statemate elements.
● status—Is the return function status code.This call extracts all elements from the list that defined in (or unresolved in) the chart
my_chart
.