larvaworld.lib.model.modules.remote_brian_interface =================================================== .. py:module:: larvaworld.lib.model.modules.remote_brian_interface Classes ------- .. autoapisummary:: larvaworld.lib.model.modules.remote_brian_interface.RemoteBrianModelInterface Module Contents --------------- .. py:class:: RemoteBrianModelInterface(server_host: str = 'localhost', server_port: int = 5795, remote_dt: int = 100) .. py:method:: getRandomModelId() -> str :staticmethod: .. py:attribute:: server_host :value: 'localhost' .. py:attribute:: server_port :value: 5795 .. py:attribute:: t_sim :value: 100 .. py:attribute:: step_cache .. py:method:: executeRemoteModelStep(sim_id: str, model_instance_id: str, t_sim: int, t_warmup: int = 0, **kwargs: Any)