c++ - Omnet Tkenv run config for multiple parameters: executing only the first value of parameter -


my ini code config as:

[config br54mbps1ms] description = "at 54mbps si 1ms 1250 bytes time interval" repeat = 2 sim-time-limit = 1 min **.scalar-recording = true **.vector-recording = false **.host1.udpapp[0].messagelength = 1250b **.wlan*.bitrate = 54mbps **.host1.udpapp[*].sendinterval = ${interval = 100..1200 step 100} **.vector-recording = false output-scalar-file = 54mbps/${configname}54mbps${interval}us.sca 

and want run given intervals 100 1200 gap of 100 (at 100, 200, 300 ... us) in omnet tkenv or gui. option read run through run configuration as: enter image description here

the problem that, runs 100us successfully, generates output sca file , terminates process. not able figure out reason not running next send interval.

in order run combinations of sendinterval values should write * (asterisk) in run number field , select command line interface. multiple runs not possible when tcl/tk user interface selected.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -