~comnets/openwns-systemtest-wimac/systemtest-wimac--main--1.0

« back to all changes in this revision

Viewing changes to configIMTA/configUMa.py

  • Committer: Maciej Muehleisen
  • Date: 2010-07-23 16:26:43 UTC
  • Revision ID: mue@comnets.rwth-aachen.de-20100723162643-t4a68x0ds1mkryk2
Activated delta probes. Added settlingTime.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    noIPHeader = True #Set to true to set IP header to 0
56
56
    probeWindowSize = 0.005 # Probe per frame
57
57
    scheduler = "RoundRobin" # "PropFair"
 
58
    
 
59
    settlingTime = 0.0
58
60
 
59
61
# General Setup
60
62
WNS = openwns.Simulator(simulationModel = openwns.node.NodeSimulationModel())
112
114
for node in centerNodes:    
113
115
    loggingStationIDs.append(node.dll.stationID)
114
116
 
115
 
wimac.evaluation.default.installDebugEvaluation(WNS, loggingStationIDs, "Moments")
 
117
wimac.evaluation.default.installDebugEvaluation(WNS, loggingStationIDs, Config.settlingTime, "Moments")
116
118
 
117
119
openwns.evaluation.default.installEvaluation(WNS)