Leaky Integrator Danner

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ———————————————————————–

Leaky Integrator Node based on Danner et.al.

class farms_network.models.li_danner.PyLIDannerNode(unicode name: str, **kwargs)

Bases: PyNode

Python interface to Leaky Integrator Node C-Structure

parameters

Parameters in the network

class farms_network.models.li_danner.STATE(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: IntFlag

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ———————————————————————–

Leaky Integrator Node based on Danner et.al.

class farms_network.models.li_nap_danner.PyLINaPDannerNode(unicode name: str, **kwargs)

Bases: PyNode

Python interface to Leaky Integrator Node with persistence sodium C-Structure

parameters

Parameters in the network

class farms_network.models.li_nap_danner.STATE(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: IntFlag