Files
scgenerator/developement_help.md
2021-10-25 09:25:37 +02:00

11 lines
375 B
Markdown

## add parameter
- add it to ```utils.parameters```
- add it to README.md
- add the necessary Rules in ```utils.parameters```
- optional : add a default value
- optional : add to valid_variable
- optional : add to mandatory_parameters
## complicated Rule conditions
- add the desired parameters to the init of the operator
- raise OperatorError if the conditions are not met