pygrenade_vx.network.InterExecutionInstanceProjection

class pygrenade_vx.network.InterExecutionInstanceProjection

Bases: pybind11_builtins.pybind11_object

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: _pygrenade_vx_network.InterExecutionInstanceProjection) -> None

  2. __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

  3. __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

  4. __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

connections

population_post

population_pre

class Connection

Bases: pybind11_builtins.pybind11_object

property delay
property index_post
property index_pre
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