carputils
Doxygen code documentation for the python framework controlling openCARP
Functions | Variables
run Namespace Reference

Functions

def parser ()
 
def jobID (args)
 Generate name of top level output directory. More...
 
def run (args, job)
 

Variables

string EXAMPLE_DESCRIPTIVE_NAME = 'Simple carputils Example'
 
string EXAMPLE_AUTHOR = 'Andrew Crozier <andrew.crozier@medunigraz.at>, Axel Loewe <axel.loewe@kit.edu>'
 
 EXAMPLE_DIR = os.path.dirname(__file__)
 

Function Documentation

◆ jobID()

def run.jobID (   args)

Generate name of top level output directory.

◆ parser()

def run.parser ( )

◆ run()

def run.run (   args,
  job 
)

Variable Documentation

◆ EXAMPLE_AUTHOR

string run.EXAMPLE_AUTHOR = 'Andrew Crozier <andrew.crozier@medunigraz.at>, Axel Loewe <axel.loewe@kit.edu>'

◆ EXAMPLE_DESCRIPTIVE_NAME

string run.EXAMPLE_DESCRIPTIVE_NAME = 'Simple carputils Example'

◆ EXAMPLE_DIR

run.EXAMPLE_DIR = os.path.dirname(__file__)