Searched defs:Simulator (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/tools/otci/otci/ |
D | connectors.py | 63 class Simulator(ABC): class 75 def __init__(self, proc: subprocess.Popen, nodeid: int, simulator: Simulator): 111 def __init__(self, executable: str, nodeid: int, simulator: Simulator): 126 def __init__(self, executable: str, nodeid: int, simulator: Simulator):
|
D | otci.py | 3155 def connect_cli_sim(executable: str, nodeid: int, simulator: Optional[Simulator] = None) -> OTCI: 3167 def connect_ncp_sim(executable: str, nodeid: int, simulator: Optional[Simulator] = None) -> OTCI:
|