|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Interface that commands should provide. More...
Public Member Functions | |
| def | execute (self) |
| Run this command right now. More... | |
| def | bash (self) |
| Generate a bash statement executing this command. More... | |
Interface that commands should provide.
| def carputils.job.command.Command.bash | ( | self | ) |
Generate a bash statement executing this command.
| def carputils.job.command.Command.execute | ( | self | ) |
Run this command right now.
1.8.13