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

Method do_start_emulation

starrynet/cli.py:226–228  ·  view source on GitHub ↗

start the emulation

(self, _line)

Source from the content-addressed store, hash-verified

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"
228 self.sn.start_emulation()
229
230 def do_stop_emulation(self, _line):
231 "stop the emulation"

Callers

nothing calls this directly

Calls 1

start_emulationMethod · 0.80

Tested by

no test coverage detected