row#
- OptimizationGoalsTable.row(row_index: int) list#
Get the values for one row of the optimization goals table.
The values are returned as a list: [value1, value2, …, value7].
- Parameters:
- row_index: int
Index of the row. Valid values range from
0to49, inclusive.
- Returns:
listA list of strings representing the row parameters.