Update neuron/postsynapse.md

This commit is contained in:
2026-05-17 09:45:27 +02:00
parent bf92318475
commit b4ee610c14
+26 -37
View File
@@ -44,53 +44,42 @@ Qui comprendiamo:
**G expression**:
```Gen
POSTSYNAPSE
bAP_ctx
ms
-- Ca Influx
CaNDMAEnterMax: ( active: 2x )
CaNDMAEnterMed: ( active: 4x )
NOT bAP_ctx:
ms
bAP_ctx
POSTSYNAPSE (ms)
-- Ca Influx
CaNDMAEnterMedNotBap: ( active: 4x )
CaNDMAEnterLow: ( active: 12x )
CaNDMAEnterMax: ( active: 2x ) accumulator
CaNDMAEnterMed: ( active: 4x ) accumulator
NOT bAP_ctx:
POSTSYNAPSE (ms)
-- Ca Influx
CaNDMAEnterMedNotBap: ( active: 4x ) accumulator
CaNDMAEnterLow: ( active: 12x ) accumulator
-- Ca Clearence
CaClearance: ( active: 24x ) # Low
CaClearance: ( active: 24x ) accumulator
-- V Influx
VPostMax: accumulator
VPostMed: accumulator
VPostLow: accumulator
VPostMax: ( active: 4x ) accumulator
VPostMed: ( active: 8x ) accumulator
VPostLow: ( active: 16x ) accumulator
-- V Clearence
VPostClearance: accumulator
POST-AMPA
NOT bAP_ctx
ms
VPostClearance: ( active: 18x ) accumulator
POST-AMPA (ms)
-- Na Influx
NaAMPAEnterMax: ( active: 2x )
NaAMPAEnterMed: ( active: 4x )
POST-NA-CLEAR
NOT bAP_ctx
ms
NaAMPAEnterMax: ( active: 2x ) accumulator
NaAMPAEnterMed: ( active: 4x ) accumulator
POST-NA-CLEAR (ms)
-- Na Clearence
NaClearanceHigh: accumulator
NaClearanceLow: accumulator
TUN-POST-AMPA
TunPossible_ctx
sec
CheckTunPostAmpa: ( active: 60x )
NaClearanceHigh: ( active: 4x ) accumulator
NaClearanceLow: ( active: 16x ) accumulator
TunPossible_ctx
TUN-POST-AMPA (sec)
CheckTunPostAmpa: ( active: 60x ) contexting
TryTunUpPostAmpa_ctx
sec
PossibleUpPostAmpaTun: ( active: 10x )
PossibleUpPostAmpaTun: ( active: 10x ) accumulator
TryTunDownPostAmpa_ctx
sec
PossibleDownPostAmpaTun: ( active: 10x )
PossibleDownPostAmpaTun: ( active: 10x ) accumulator
```
**Tubs:**