Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs144 …if(EmulationManager.Instance.CurrentEmulation.TryGetEmulationElementByName(value as string, monito… in GetTokenValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DLogLevelCommand.cs174 …if(!emulation.TryGetEmulationElementByName(emulationElementName, monitor.Machine, out var emulatio… in TrySetLogLevel()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs550 …public bool TryGetEmulationElementByName(string name, object context, out IEmulationElement elemen… in TryGetEmulationElementByName() method in Antmicro.Renode.Core.Emulation