select_items method

select_items

This methods allows to select multiple options by their indexes.

def select_items(self, indexes):
    ...
ParameterTypeDescription
indexeslistAn array of indexes for parameter selection.

select_items

This methods allows to select multiple options by their values.

def select_items(self, values):
    ...
ParameterTypeDescription
valueslistAn array of values for parameter selection.

See Also