|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
An object of this class represents an openCARP parameter. More...
Public Member Functions | |
| def | __init__ (self, param_str, param_type, ext=None, multiple=False) |
An object of this class represents an openCARP parameter.
| def carputils.bundle.parfileadjustment._OCParam.__init__ | ( | self, | |
| param_str, | |||
| param_type, | |||
ext = None, |
|||
multiple = False |
|||
| ) |
| param_str | str Name of the parameter (will be standardized). |
| param_type | str Bundler parameter type ('RFile', 'WFile', 'WDir', ...). |
| ext | str File extension associated to the parameter, None if none. |
| multiple | bool Whether the parameter is a list of values. |