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 0 to 49, inclusive.

Returns:
list

A list of strings representing the row parameters.