Module pypcsim :: Class GABA_BSynapseODE
[hide private]
[frames] | no frames]

Class GABA_BSynapseODE

  object --+                            
           |                            
 ??.instance --+                        
               |                        
SimObjectFactory --+                    
                   |                    
           SimObject --+                
                       |                
     FiniteSpikeResponse --+            
                           |            
          object --+       |            
                   |       |            
         ??.instance --+   |            
                       |   |            
               ODESystem --+            
                           |            
           GABA_BResponseODE --+        
                               |        
       CoBaSyn_GABA_BResponseODE --+    
                                   |    
 StaticSyn_CoBaSyn_GABA_BResponseODE --+
                                       |
                                      GABA_BSynapseODE

Help on GABA_BSynapseODE [class]:

Nested Classes [hide private]

Inherited from SimObject: ID, PortType

Instance Methods [hide private]
 
__init__(...)
Help on GABA_BSynapseODE::GABA_BSynapseODE(float const W=1.00000000000000006228159145777985641889706869279e-9, float const delay=2.0000000000000000958434720477185919662588275969e-4, float const Erev=-8.99999999999999966693309261245303787291049957275e-2, float const k1=9.0e+3, float const k2=1.19999999999999995559107901499373838305473327637e+0, float const k3=1.8e+2, float const k4=3.4e+1, float const kd=1.0e+2, float const dead_time=1.0000000000000000208166817117216851329430937767e-3, float const Cdur=1.0000000000000000208166817117216851329430937767e-3, float const Cmax=5.00000000000000010408340855860842566471546888351e-4, int const n=4) [constructor]
 
create(...)

Inherited from StaticSyn_CoBaSyn_GABA_BResponseODE: getManagedDelay, spikeHit

Inherited from CoBaSyn_GABA_BResponseODE: advance, outgoing

Inherited from GABA_BResponseODE: derivatives, psrLength, reset

Inherited from FiniteSpikeResponse: getAnalogOutput, inputPortType, isActive, nAnalogInputPorts, nAnalogOutputPorts, nSpikeInputPorts, nSpikeOutputPorts, outputPortType

Inherited from SimObject: adjust, check, deepCopy, getFieldOffset, incoming, init, owned_by_net, setAnalogInput, toBeActivated

Inherited from ODESystem: dimension, setSystem

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]
 
registerSimObject(...)
Help on static void GABA_BSynapseODE::registerSimObject() [member function]
Class Variables [hide private]

Inherited from StaticSyn_CoBaSyn_GABA_BResponseODE: __instance_size__

Inherited from SimObject: analog, spiking, undefined

Properties [hide private]

Inherited from StaticSyn_CoBaSyn_GABA_BResponseODE: W, delay

Inherited from CoBaSyn_GABA_BResponseODE: Erev

Inherited from GABA_BResponseODE: C, Cdur, Cmax, dead_time, g_max, k1, k2, k3, k4, kd, n, r, s, time_count

Inherited from FiniteSpikeResponse: psr

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on GABA_BSynapseODE::GABA_BSynapseODE(float const W=1.00000000000000006228159145777985641889706869279e-9, float const delay=2.0000000000000000958434720477185919662588275969e-4, float const Erev=-8.99999999999999966693309261245303787291049957275e-2, float const k1=9.0e+3, float const k2=1.19999999999999995559107901499373838305473327637e+0, float const k3=1.8e+2, float const k4=3.4e+1, float const kd=1.0e+2, float const dead_time=1.0000000000000000208166817117216851329430937767e-3, float const Cdur=1.0000000000000000208166817117216851329430937767e-3, float const Cmax=5.00000000000000010408340855860842566471546888351e-4, int const n=4) [constructor]

Overrides: object.__init__

create(...)

 
Overrides: SimObjectFactory.create