📄 sample.autorun
字号:
# This is a sample TinyViz autorun file. To use it, run# tinyviz -autorun sample.autorun# Set the layoutlayout gridrandom# Enable some pluginsplugin DebugMsgPluginplugin RadioLinkPluginplugin RadioModelPlugin# Total number of simulated seconds to runnumsec 10# Name of the executable fileexecutable build/pc/main.exe# DBG messages to includedbg usr1# The radio model and scaling factor to useradiomodel disc100radioscaling 5# Number of motesnummotes 20# Command to run before startingprecmd echo "This is a command that will run before the simulation"# File to log all DBG messages tologfile logfile-20.txt# The blank line above indicates that we are starting another simulation# This time run with a different number of motesnummotes 30logfile logfile-30.txt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -