- add_operator_parameters(operator, parameters, insert_before)#
Add parameters to an operator.
- Parameters:
- operator
suite.Operator
Input operator.
- parameters
List
[str
] Name of the parameters to create.
- insert_before
suite.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.
- operator
- Returns:
List
[suite.LocalVariable
]List of added parameters.