Home
last modified time | relevance | path

Searched defs:Simulator (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/otci/otci/
Dconnectors.py63 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):
Dotci.py3155 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: