|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Represents a single LAT argument to openCARP. More...
Public Member Functions | |
| def | __init__ (self, ID, **kwargs) |
| def | opts_formatted (self, index) |
| Return the command line options for this model component. More... | |
Public Member Functions inherited from carputils.model.general.AbstractModelComponent | |
| def | __init__ (self, **fields) |
| def | update_opts (self, **fields) |
| def | opts (self) |
| Generator that yields field name - value pairs for the command line. More... | |
Static Public Attributes | |
| string | PRM_ARRAY = 'lats' |
| string | PRM_LENGTH = 'num_LATs' |
| list | FIELDS = ['ID', 'measurand', 'all', 'mode', 'threshold', 'method'] |
Static Public Attributes inherited from carputils.model.general.AbstractModelComponent | |
| PRM_ARRAY = None | |
| PRM_LENGTH = None | |
| list | FIELDS = [] |
Represents a single LAT argument to openCARP.
| ID | lat file name **kwargs The remaining fields for the lats |
| def carputils.model.lat.Lat.__init__ | ( | self, | |
| ID, | |||
| ** | kwargs | ||
| ) |
| def carputils.model.lat.Lat.opts_formatted | ( | self, | |
| index | |||
| ) |
Return the command line options for this model component.
Parameters ----------
index int The array index to use in generating the option list
Reimplemented from carputils.model.general.AbstractModelComponent.
|
static |
|
static |
|
static |