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

Method set

tools/automation_validate.py:95–97  ·  view source on GitHub ↗
(self, target, value)

Source from the content-addressed store, hash-verified

93 return False, round((time.monotonic() - t0) * 1000), last
94
95 def set(self, target, value):
96 return self.req({"cmd": "invoke", "target": target,
97 "action": "setValue", "value": str(value)})
98
99 def inventory(self):
100 """Walk the tree, returning value-bearing controls with their applet

Callers 3

classify_numericMethod · 0.95
mainFunction · 0.95
constructorMethod · 0.45

Calls 1

reqMethod · 0.95

Tested by

no test coverage detected