You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'DOMAIN_PATH': os.path.join(ABS_HOME_PATH, 'Domain'), # path of local lib directory
36
-
'NB_OPENED_FILE': 5, # number of recent files
37
-
'NB_HISTORY_UNDO': 5, # number of undo
38
-
'OUT_DIR': 'out', # name of local output directory (composed by all .dat, .txt files)
39
-
'PLUGINS_PATH': os.path.join(ABS_HOME_PATH, 'plugins'), # path of plug-ins directory
40
-
'FONT_SIZE': 12, # Block font size
41
-
'LOCAL_EDITOR': True, # for the use of local editor
42
-
'LOG_FILE': os.devnull, # log file (null by default)
43
-
'DEFAULT_SIM_STRATEGY': 'bag-based', #choose the default simulation strategy for PyDEVS
44
-
'PYDEVS_SIM_STRATEGY_DICT' : {'original':'SimStrategy1', 'bag-based':'SimStrategy2', 'direct-coupling':'SimStrategy3'}, # list of available simulation strategy for PyDEVS package
45
-
'PYPDEVS_SIM_STRATEGY_DICT' : {'classic':'SimStrategy4', 'distributed':'SimStrategy5', 'parallel':'SimStrategy6'}, # list of available simulation strategy for PyPDEVS package
46
-
'HELP_PATH' : os.path.join('doc', 'html'), # path of help directory
47
-
'NTL' : False, # No Time Limit for the simulation
48
-
'DYNAMIC_STRUCTURE' : False, # Dynamic Structure for local PyPDEVS simulation
49
-
'REAL_TIME': False, ### PyPDEVS threaded real time simulation
50
-
'VERBOSE':False,
51
-
'TRANSPARENCY' : True, # Transparancy for DetachedFrame
52
-
'DEFAULT_PLOT_DYN_FREQ' : 100, # frequence of dynamic plot of QuickScope (to avoid overhead),
wx.MessageBox(_("No documentation! \n Please define the documentation of the model %s in the header of its python file.")%name, _("%s Documentation")%name, wx.OK|wx.ICON_INFORMATION)
0 commit comments