carputils
Doxygen code documentation for the python framework controlling openCARP
Public Member Functions | List of all members
carputils.bundle.parfileadjustment._OCParam Class Reference

An object of this class represents an openCARP parameter. More...

Public Member Functions

def __init__ (self, param_str, param_type, ext=None, multiple=False)
 

Detailed Description

An object of this class represents an openCARP parameter.

Constructor & Destructor Documentation

◆ __init__()

def carputils.bundle.parfileadjustment._OCParam.__init__ (   self,
  param_str,
  param_type,
  ext = None,
  multiple = False 
)
Parameters
param_strstr Name of the parameter (will be standardized).
param_typestr Bundler parameter type ('RFile', 'WFile', 'WDir', ...).
extstr File extension associated to the parameter, None if none.
multiplebool Whether the parameter is a list of values.

The documentation for this class was generated from the following file: