|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Functions for generating and executing openCARP polling files. More...
Functions | |
| def | process_polling_file (polling_file, polling_param, polling_range, sampling) |
| Generate polling input file if polling_param and polling_range is set. More... | |
| def | set_polling_options (cmd, polling_file, gen_subdir=True) |
| Set polling options and new sim ID. More... | |
Functions for generating and executing openCARP polling files.
| def carputils.polling.process_polling_file | ( | polling_file, | |
| polling_param, | |||
| polling_range, | |||
| sampling | |||
| ) |
Generate polling input file if polling_param and polling_range is set.
Check polling file if polling_param is None
| polling_file | polling input or output file name |
| polling_param | parameter for polling experiment |
| polling_range | range of polling parameter in the format min max nr_points |
| sampling | sampling type; latin-hypercube ('lhs'), 'linear' or 'geometric' sampling |
| def carputils.polling.set_polling_options | ( | cmd, | |
| polling_file, | |||
gen_subdir = True |
|||
| ) |
Set polling options and new sim ID.
1.8.13