pygrenade_vx.network.InterExecutionInstanceProjection
-
class
pygrenade_vx.network.
InterExecutionInstanceProjection
Bases:
pybind11_builtins.pybind11_object
-
__init__
(*args, **kwargs) Overloaded function.
__init__(self: _pygrenade_vx_network.InterExecutionInstanceProjection) -> None
__init__(self: _pygrenade_vx_network.InterExecutionInstanceProjection, connections: List[_pygrenade_vx_network.InterExecutionInstanceProjection.Connection], population_pre: _pygrenade_vx_network.PopulationOnNetwork, population_post: _pygrenade_vx_network.PopulationOnNetwork) -> None
__init__(self: _pygrenade_vx_network.InterExecutionInstanceProjection, connections: List[_pygrenade_vx_network.InterExecutionInstanceProjection.Connection], population_pre: _pygrenade_vx_network.PopulationOnNetwork, population_post: _pygrenade_vx_network.PopulationOnNetwork) -> None
__init__(self: _pygrenade_vx_network.InterExecutionInstanceProjection, arg0: _pygrenade_vx_network.InterExecutionInstanceProjection) -> None
Methods
__init__
(*args, **kwargs)Overloaded function.
from_numpy
(self, arg0, arg1, arg2)Attributes
-
class
Connection
Bases:
pybind11_builtins.pybind11_object
-
property
delay
-
property
index_post
-
property
index_pre
-
property
-
property
connections
-
from_numpy
(self: _pygrenade_vx_network.InterExecutionInstanceProjection, arg0: numpy.ndarray[numpy.uint64], arg1: _pygrenade_vx_network.PopulationOnNetwork, arg2: _pygrenade_vx_network.PopulationOnNetwork) → None
-
property
population_post
-
property
population_pre
-