[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:[ns] How parametrer the ray of propagation
> * To: ns-users@ISI.EDU
> * Subject: [ns] How parametrer the ray of propagation
> * From: Chebira Kamil <Kamil.Chebira@loria.fr>
> * Date: Sun, 20 May 2001 19:25:59 +0200
> * Organization: LORIA
> * Sender: owner-ns-users@ISI.EDU
>
> ------------------------------------------------------------------------
>
> hi,
>
> How to parametrer the ray of propagation of mobile nodes for simulation
> on the mobile wireless networks protocols.
> Thanks
>
> K.Chebira.
Hi,
For propagation model, you can set it in your tcl script like the following:
set opt(prop) Propagation/TwoRayGround
Here, as you can see, it is using TwoRayGround prop model.
Jahan.