From 90d4eceb86b460279ba313980b0961a82197c2aa Mon Sep 17 00:00:00 2001 From: ocrampal Date: Fri, 26 Jun 2026 11:54:28 +0200 Subject: [PATCH] Update presynapse.md --- elements/neuron/presynapse.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/elements/neuron/presynapse.md b/elements/neuron/presynapse.md index 0c19774..f2a9846 100644 --- a/elements/neuron/presynapse.md +++ b/elements/neuron/presynapse.md @@ -173,7 +173,8 @@ MAIN type: container // !DAY - // eCB Clearance, NOT *AP + + // ################## eCB Clearance, NOT *AP ################## void: INSTANTIATE [ accumulator: eCBClearenceMedium, event: 24x, cost: 3x, context: NOT *AP ] { hypothesis: NOT _eCB empty @@ -187,7 +188,7 @@ MAIN trace: None } - // Fast traces Clearance, NOT *AP + // ################## Fast traces Clearance, NOT *AP ################## void: INSTANTIATE [ accumulator: TracesClearance, event: 30x, cost: 3x, context: NOT *AP ] { hypothesis: NOT _CaTraceHigh empty @@ -214,7 +215,8 @@ RECOVER type: container // DAY! - // Rp Schuttle, NOT *AP + + // ################## Rp Schuttle, NOT *AP ################## // The "Hard Bottleneck" State. Recruitment is throttled by a lack of signal, a lack of supply, or a lack of space. If even one of these "Near-Stop" conditions is met, the rate cannot exceed "Slow," regardless of the other two conditions. Rate: 0.00 – 0.25 @@ -235,6 +237,8 @@ RECOVER trace: None } + // ################## RefillGlutamine ################## + // The "High Performance" State. Multiple systems are optimized, but one is still at a "mediumness" level. This represents an active synapse that hasn't reached its absolute peak because either the supply is only 50% or the \_Rrp isn't empty enough to create that "maximal vacuum" pull. Rate: 1.25 – 1.94 void: INSTANTIATE [ accumulator: RefillGlutamine, event: 24x, cost: 3x, context: NOT *AP ] { @@ -257,10 +261,12 @@ ADJUST type: container - // DAY! - qui stiamo attivando e disattivando PRE_VGCC. Fra un massimo full e minimo empty (empty puo' non essere 0) + // DAY! - // VGCC_TUNE: *TunPossible + // ################## VGCC_TUNE: *TunPossible ################## + // - qui stiamo attivando e disattivando PRE_VGCC. Fra un massimo full e minimo empty (empty puo' non essere 0) + void: INSTANTIATE [ contextor: VgccCheck, event: 60x, context: NOT *TunPossible ] { condition: _CaTraceHigh fullness out_context: *VcggIncrease @@ -297,7 +303,7 @@ DEVELOP // !NIGHT - // CaFull, *fixed + // ################## CaFull, *fixed ################## void: INSTANTIATE [ contextor: Ca2Check, event: 60x, context: *fixed ] { condition: ( empty ) @@ -323,7 +329,8 @@ DEVELOP out_context: *IncreaseRrpFull } - // RRPFull: *fixed + // ################## RRPFull: *fixed ################## + void: INSTANTIATE [ contextor: RrpCheck, event: 60x, context: *fixed ] // snippet: *RrpFullDecrease