stm_r_tt_row Returns a list of strings that represents a row in the truth table. Each string in the list includes the text in the truth table cell. The row’s index range is [0..num_of_rows-1]. Row 0 returns the list of table header strings. Function type LIST OF STRING For elements truth table tt Syntax stm_r_tt_row (el, row_num, status) Arguments Argument Input/Output Type Description el In Statemate element The element ID row_num In INTEGER The row number to retrieve status Out INTEGER The function status code Status Codes ● stm_truth_table_invalid_row ● stm_missing_truth_table ● stm_success
[0..num_of_rows-1]
LIST OF STRING
el
row_num
INTEGER
status
stm_truth_table_invalid_row
stm_missing_truth_table
stm_success