List of Utility Functions
In general, all the
stm_list
utilities work on lists of Statemate elements except strings. Strings have their own set of utilities, including:stm_str_list_length (l_str, status)
stm_str_list_next_element (l_str, status)
stm_str_list_first_element (l_str, status)
stm_str_list_previous_element (l_str, status)
stm_str_list_last_element (l_str, status)
stm_list_contains_string (l_str, status)The following pages document the utility functions. The functions are presented in alphabetical order, as listed in the following table.
Extracts elements of the specified type from the given list of Statemate elements Alphabetically sorts the input list of named Statemate elements by the name of the chart to which they belong Converts the specified multiline string (with new lines) to a one-line string (without new lines) Generates a plot file with the indicated parameters, such as plot size, output device, and so on