perf msg of two nodes at a certain time
(self, line)
| 217 | self.sn.set_ping(int(rest[0]), int(rest[1]), int(rest[2])) |
| 218 | |
| 219 | def do_set_perf(self, line): |
| 220 | "perf msg of two nodes at a certain time" |
| 221 | "The output file will be written at the working directory" |
| 222 | arg, args, line = self.parseline(line) |
| 223 | rest = line.split(' ') |
| 224 | self.sn.set_perf(int(rest[0]), int(rest[1]), int(rest[2])) |
| 225 | |
| 226 | def do_start_emulation(self, _line): |
| 227 | "start the emulation" |