Home
last modified time | relevance | path

Searched refs:ReadScriptFromFile (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorExecutorExtensions.cs29 machine.ExecutePython(ReadScriptFromFile(filePath)); in ExecutePythonFromFile()
44 machine.ExecutePythonEvery(name, milliseconds, ReadScriptFromFile(filePath)); in ExecutePythonEveryFromFile()
61 private static string ReadScriptFromFile(ReadFilePath filePath) in ReadScriptFromFile() method in Antmicro.Renode.UserInterface.MonitorExecutorExtensions