Amazing technological breakthrough possible @S-Logix pro@slogix.in

Office Address

  • #5, First Floor, 4th Street Dr. Subbarayan Nagar Kodambakkam, Chennai-600 024 Landmark : Samiyar Madam
  • pro@slogix.in
  • +91- 81240 01111

Social List

How to store the data in a file in NS2?

  • The data can be stored in ns2 using the following command

    set r [open result]puts $r “print the result”

  • The “print the result” will be stored in result.tr File.