add_operator_parameters(operator, parameters, insert_before)#

Add parameters to an operator.

Parameters:
operatorsuite.Operator

Input operator.

parametersList[str]

Name of the parameters to create.

insert_beforesuite.Constant

Insertion point of the parameter. When this parameter is not None, it is an existing parameter of the operator. The parameters are inserted before this parameter. Otherwise, the parameters are added at the end.

Returns:
List[suite.LocalVariable]

List of added parameters.