carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Functions
carputils.job.job Namespace Reference

Defines the Job class for executing sequences of commands in a customisable manner. More...

Classes

class  Job
 A sequence of commands plus the tools to execute them. More...
 

Functions

def generate_command_list (cmd, out_p_file=None)
 Generate a list of all commands that were set. More...
 
def process_command_list (cmd)
 Modify options that include "=" and "," which should be parsed as a string. More...
 

Detailed Description

Defines the Job class for executing sequences of commands in a customisable manner.

Function Documentation

◆ generate_command_list()

def carputils.job.job.generate_command_list (   cmd,
  out_p_file = None 
)

Generate a list of all commands that were set.

Parameters
out_p_fileoutput parameter file

◆ process_command_list()

def carputils.job.job.process_command_list (   cmd)

Modify options that include "=" and "," which should be parsed as a string.