Changeset 11996 in project for release/3/nemo/trunk/examples/AKP06/morphology_mechanisms.hoc
- Timestamp:
- 09/25/08 09:56:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/3/nemo/trunk/examples/AKP06/morphology_mechanisms.hoc
r11848 r11996 16 16 //insert CaBK 17 17 insert Caint 18 //insert CaP18 insert CaP 19 19 //insert Ih 20 20 insert leak 21 insert PotIhCa 21 22 22 insert PotIhCa23 23 soma.ena = 60 // (mV) 24 24 soma.ek = -88 // (mV) 25 //soma.eh_Ih = -30 26 soma.e_Ih_PotIhCa = -30 25 27 soma.e_leak = -61 26 28 soma.cao = 2 // (mM) 27 soma.e_Ih_PotIhCa = -30 28 //soma.e_Ih = -30 29 29 30 30 soma.gmax_Narsg = 0.016 // (mho/cm2) 31 31 soma.gmax_Na = 0.014 32 //soma.gbar_Kv1 = 0.011 33 soma.gbar_Kv1_PotIhCa = 0.011 34 //soma.gbar_Kv4 = 0.0039 35 soma.gbar_Kv4_PotIhCa = 0.0039 32 36 soma.gmax_Kbin = 0.0016 37 //soma.gkbar_CaBK = 0.014 38 soma.gbar_CaBK_PotIhCa = 0.014 39 soma.pcabar_CaP = 0.00006 40 //soma.gmax_CaP_PotIhCa = 0.06 41 //soma.ghbar_Ih = 0.0002 42 soma.gbar_Ih_PotIhCa = 0.0002 33 43 soma.gbar_leak = 9e-5 34 35 soma.gbar_Kv1_PotIhCa = 0.01136 soma.gbar_Kv4_PotIhCa = 0.003937 //soma.gmax_Kv4 = 0.003938 soma.gbar_Ih_PotIhCa = 0.000239 //soma.gmax_Ih = 0.000240 soma.gmax_CaP_PotIhCa = 0.0641 //soma.gmax_CaP = 0.0642 43 soma.gbar_CaBK_PotIhCa = 0.01444 //soma.gmax_CaBK = 0.014
Note: See TracChangeset
for help on using the changeset viewer.