|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Defines the Job class for executing sequences of commands in a customisable manner. More...
Classes | |
| class | Job |
| A sequence of commands plus the tools to execute them. More... | |
Functions | |
| def | generate_command_list (cmd, out_p_file=None) |
| Generate a list of all commands that were set. More... | |
| def | process_command_list (cmd) |
| Modify options that include "=" and "," which should be parsed as a string. More... | |
Defines the Job class for executing sequences of commands in a customisable manner.
| def carputils.job.job.generate_command_list | ( | cmd, | |
out_p_file = None |
|||
| ) |
Generate a list of all commands that were set.
| out_p_file | output parameter file |
| def carputils.job.job.process_command_list | ( | cmd | ) |
Modify options that include "=" and "," which should be parsed as a string.