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