Update presynapse.md

This commit is contained in:
2026-06-24 11:57:06 +02:00
parent 5b4ed0a30c
commit 3e449ffa1b
+13
View File
@@ -25,10 +25,16 @@ PRESYNAPSE
// il tub serve al tuning // il tub serve al tuning
_@pre_vgcc: TUB [ comprehension: PRE_VGCC, full: 10x, active: 5x, empty: 2x ] _@pre_vgcc: TUB [ comprehension: PRE_VGCC, full: 10x, active: 5x, empty: 2x ]
_@pre_vgcc: INSTANTIATE [ tub: EXPAND [ comprehension: PRE_VGCC ], full: 10x, active: 5x, empty: 2x ]
intrication: intrication:
// Scope // Scope
!DAY: INTRICATE [ scope: &ORGANISM.!DAY ]
@AXON: EXPAND [ comprehension: AXON ]
!DAY: INTRICATION [ ref: &ORGANISM.!DAY ] !DAY: INTRICATION [ ref: &ORGANISM.!DAY ]
!NIGHT: INTRICATION [ ref: &ORGANISM.!NIGHT ] !NIGHT: INTRICATION [ ref: &ORGANISM.!NIGHT ]
@@ -44,6 +50,9 @@ PRESYNAPSE
instantiation: instantiation:
// Context // Context
*VcggIncrease: INSTANTIATE [ context: new ]
*VcggIncrease: CONTEXT [] *VcggIncrease: CONTEXT []
*VcggDecrease: CONTEXT [] *VcggDecrease: CONTEXT []
*Ca2PrePreActiveDecrease: CONTEXT [] *Ca2PrePreActiveDecrease: CONTEXT []
@@ -52,6 +61,9 @@ PRESYNAPSE
*RrpPreActiveDecrease: CONTEXT [] *RrpPreActiveDecrease: CONTEXT []
// Tub // Tub
_Ca2: INSTATIATE [ tub: new, full: 60x, act: 30x, empty: 0x ]
_Ca2: TUB [ full: 60x, act: 30x, empty: 0x ] _Ca2: TUB [ full: 60x, act: 30x, empty: 0x ]
_Rrp: TUB [ full: 30x, act: 15x, empty: 0x ] _Rrp: TUB [ full: 30x, act: 15x, empty: 0x ]
_Rp: TUB [ full: 30x, act: 15x, empty: 0x ] _Rp: TUB [ full: 30x, act: 15x, empty: 0x ]
@@ -102,6 +114,7 @@ NTreleaseLow
hypothesis: _Ca2 mediumness AND _Rrp mediumness AND NOT _ATP empty hypothesis: _Ca2 mediumness AND _Rrp mediumness AND NOT _ATP empty
action: [ _Rrp decrease, _NT increase, _ATP decrease ] action: [ _Rrp decrease, _NT increase, _ATP decrease ]
trace: None trace: None
``` ```
##### NTreleaseMedium ##### NTreleaseMedium