**.numHosts = ${num = 200}
**.node[0..${num}].distance = 25
**.numHosts = ${1..200, step 1}
**.node[*].distance = 25
**.numHosts = ${num = 200}
**.node[0..${num}/2].distance = 25
**.node[${num}/2..].distance = 50
**.numHosts = ${num = 1..200}
**.node[0..($num/2)].distance = 25
**.node[($num/2)..$num].distance = 50
--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/wQa0bQskf-k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to omnetpp+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/omnetpp.
For more options, visit https://groups.google.com/d/optout.
*.Node[0..30].udpApp[*].typename = "UDPBasicApp"
*.Node[32..99].udpApp[*].typename = "UDPBasicApp"
*.Node[31].udpApp[*].typename = "UDPSink"
??