[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Question : nam option (-N -P)



Hi,

I have a question about nam option (-N, -P).
I'm trying to synchronize two nam files using nam options. But, 
it didn't work. Does anyone know how I can synchronize two nam files?

Following is the command I used. 

1)  nam -N peer1 output1.nam &
2)  nam -N peer2 output2.nam &

Although, both nam graphs are showing but they are not synchronized.
Next, I put the following command which comes with the error messages.

3) nam -P peer1 output2.nam &

hyunahpa@excalibur[7] Failed to start animator: 
class Animator: constructor failed: invalid command name "peer_init"
invalid command name "peer_init"
    while executing
"peer_init $peerName"
    (procedure "_o25" line 114)
    (Animator init line 114)
    invoked from within
"_o25 init /a/home/catarina6/hyunahpa/DR/1-stop-n-wait+.nam {p peer1}"
    (Class create line 1)
    invoked from within
"Animator create _o25 /a/home/catarina6/hyunahpa/DR/1-stop-n-wait+.nam {p
peer1}"
    invoked from within
"catch "$className create $o $args" msg"
    (procedure "new" line 3)
    invoked from within
"new $ANIMATOR_CLASS_ $tracefile $args"

[1]    Done                   nam -N peer1 1-stop-n-wait.nam

--------------------------------------------------------------------     

Thank you

- Hyunah