omnetpp.ini

来自「OMNeT++经典教程实例 配套OMNeT++官方网站Tutorial」· INI 代码 · 共 17 行

INI
17
字号
# This file is shared by all tictoc simulations.
# Lines beginning with `#' are comments

[General]
preload-ned-files=*.ned
network=tictoc1  # this line is for Cmdenv, Tkenv will still let you choose from a dialog

[Parameters]

tictoc4.toc.limit = 5

# argument to exponential() is the mean; truncnormal() returns values from 
# the normal distribution truncated to nonnegative values
tictoc6.tic.delayTime = exponential(3)
tictoc6.toc.delayTime = truncnormal(3,1)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?