carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
class | Path |
class | PathSettingsNamespace |
Modified namespace with extra error handling for paths. More... | |
Functions | |
def | join_add (parts) |
def | carp_executable (exedir, start='carp') |
Select the most recent openCARP/bench/etc. More... | |
def | dirs (config, cli) |
Determine the directories to look for executables. More... | |
def | execs (config, dirs) |
Generate the executable paths for the current run configuration. More... | |
def carputils.settings.paths.carp_executable | ( | exedir, | |
start = 'carp' |
|||
) |
Select the most recent openCARP/bench/etc.
executable in the exe dir
exedir str or Path The path of the openCARP bin directory start str, optional The beginning of the executable name (default: 'openCARP.')
str The path of the file (or link) to the most recently built executable starting with the specified string
def carputils.settings.paths.dirs | ( | config, | |
cli | |||
) |
Determine the directories to look for executables.
def carputils.settings.paths.execs | ( | config, | |
dirs | |||
) |
Generate the executable paths for the current run configuration.
def carputils.settings.paths.join_add | ( | parts | ) |