module toolpaths This module sets the paths for the standard folders
needed for the GUI. The paths are created from the path of the module
dsc. You can change the path by creating your own structure, but make
sure the paths are correct and the folders exists. Warning: Leave the
structure of the DSC program intact! The program will raise an exception
if the folders do not exist.
|
path_of_toolpaths_py = ' X:\\Robert\\Promotion\\Dokumente\\2011 ...
|
|
path_cwd = ' X:\\Robert\\Promotion\\Dokumente\\2011-05 GLSVLSI\ ...
FOLDER_FOR_BENCHMARKS The path to the standard folder where the
benchmark files are saved.
|
|
FOLDER_FOR_PLOTS = ' X:\\Robert\\Promotion\\Dokumente\\2011-05 ...
FOLDER_FOR_DATA The path to the standard folder where the generated
data files are saved.
|
|
FOLDER_FOR_DATA = ' X:\\Robert\\Promotion\\Dokumente\\2011-05 G ...
FOLDER_FOR_PLOTS The path to the standard folder where the benchmark
files are saved.
|
|
FOLDER_FOR_BENCHMARKS = ' X:\\Robert\\Promotion\\Dokumente\\201 ...
|
|
__package__ = ' dsc_suite.tools '
|