MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / cmd

Method cmd

tools/tx_meter_test.py:55–56  ·  view source on GitHub ↗
(self, **kw)

Source from the content-addressed store, hash-verified

53 return self.b.request(o)
54
55 def cmd(self, **kw):
56 return self.b.request(kw)
57
58 def tuning(self): return bool(self.g("transmit", "tuning"))
59 def mox(self): return bool(self.g("transmit", "mox"))

Callers 3

ensure_unkeyedMethod · 0.95
ensure_atu_bypassMethod · 0.95
mainFunction · 0.95

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected