MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / do_set_perf

Method do_set_perf

starrynet/cli.py:219–224  ·  view source on GitHub ↗

perf msg of two nodes at a certain time

(self, line)

Source from the content-addressed store, hash-verified

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"

Callers

nothing calls this directly

Calls 1

set_perfMethod · 0.80

Tested by

no test coverage detected