|
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_line) |
| A parameter object is initialized from the string used in the parameter list provided by OpenCARP. More... | |
| def | get_type_info (self) |
| Get information about the type of the parameter. More... | |
| def | get_ext (self) |
| Get the extension linked to the parameters if it exists. More... | |
An object of this class represents an OpenCARP parameter.
| def carputils.bundle.parfileadjustment._OCParam.__init__ | ( | self, | |
| param_line | |||
| ) |
A parameter object is initialized from the string used in the parameter list provided by OpenCARP.
| def carputils.bundle.parfileadjustment._OCParam.get_ext | ( | self | ) |
Get the extension linked to the parameters if it exists.
| def carputils.bundle.parfileadjustment._OCParam.get_type_info | ( | self | ) |
Get information about the type of the parameter.
1.8.13