DSIMA
 All Classes Namespaces Files Functions Variables
implementation.simulator.src.options Namespace Reference

Variables

string COMMENT_CHAR = '#'
 Char to define a comment in the csv file. More...
 
 LOG = None
 Log file. More...
 
 PRINT_TO_SCREEN = True
 Print to screen. More...
 
 DEBUG = False
 Debug mode. More...
 
 COPY = True
 Copy agent parameter files instead of moving them. More...
 
string FOLDER = 'operationFolder'
 Operation folder. More...
 
float EPS = 0.00001
 Accuracy parameter. More...
 
int INF = 10000
 Arbitrary big number. More...
 

Variable Documentation

string COMMENT_CHAR = '#'

Char to define a comment in the csv file.

COPY = True

Copy agent parameter files instead of moving them.

Setting it to true may be hazardous in case of multiple calls of the simulator.

DEBUG = False

Debug mode.

float EPS = 0.00001

Accuracy parameter.

string FOLDER = 'operationFolder'

Operation folder.

int INF = 10000

Arbitrary big number.

LOG = None

Log file.

PRINT_TO_SCREEN = True

Print to screen.