I tried running the example in the EURANE user guide 1.6 (I renamed the
example to My_Example.tcl) and i got this error can anyone plese assist me
here i can't debugg this.....

$ ns My_Example.tcl
invalid command name "Queue/2000"
    while executing
"Queue/2000 create _o30 "
    invoked from within
"catch "$className create $o $args" msg"
    invoked from within
"if [catch "$className create $o $args" msg] {
if [string match "__FAILED_SHADOW_OBJECT_" $msg] {
delete $o
return ""
}
global errorInfo
error "class $..."
    (procedure "new" line 3)
    invoked from within
"new Queue/$qtype"
    ("default" arm line 3)
    invoked from within
"switch -exact $qtype {
ErrorModule {
if { [llength $args] > 0 } {
set q [eval new $qtype $args]
} else {
set q [new $qtype Fid]
}
}
intserv {
set qtyp..."
    (procedure "_o3" line 14)
    (Simulator simplex-link line 14)
    invoked from within
"_o3 simplex-link _o16 _o10 622Mbit 15ms 2000"
  ("eval" body line 1)
    invoked from within
"eval $self simplex-link $bs $rnc $ubw $udelay $type"
    (procedure "_o3" line 13)
    (Simulator setup-Iub line 13)
    invoked from within
"$ns setup-Iub $bs $rnc 622Mbit 622Mbit 15ms DummyDropTail 2000"
    (file "My_Example.tcl" line 40)
************************
Thanks guys

Reply via email to