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

« back to all changes in this revision

Viewing changes to configITURMa.py

  • Committer: Xiaoniu Yang
  • Date: 2010-06-24 15:37:49 UTC
  • Revision ID: yxn@beast-20100624153749-xr0k5s7tm3212ci0
make channelmodelcreator compatible with OFDMAScanner test

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
for ue in  sm.getNodesByProperty("Type", "UE"):
55
55
    ue.mobility.mobility = scenarios.placer.hexagonal.createAreaScanMobility(100, 866.0, 35.0,  openwns.geometry.position.Position(5000.0, 5000.0, 0.0), 0.0)
56
56
 
57
 
id = rise.scenario.Propagation.DropInPropagation.getInstance().findId("DropIn")
58
 
rise.scenario.Propagation.DropInPropagation.getInstance().getPair(id, id).pathloss = rise.scenario.Pathloss.ITURMa()
59
57
 
60
58
import Probes
61
59
Probes.installDefaultProbesRMa(openwns.simulator.getSimulator(), xrange(len(bsIDs)), 3650.0, 6350.0, 3650.0, 6350.0)