This commit is contained in:
2026-04-28 16:48:30 +02:00
parent a57596f185
commit 5fe84d80a1
+16 -19
View File
@@ -374,45 +374,42 @@ Gln — depletes over bursts, refilled by glucose (slowest, astrocyte-depend
Each tier buys time for the one below it to respond. When all three are depleted simultaneously — which only happens under prolonged high-frequency firing with insufficient glucose — the synapse has no remaining buffer and goes silent until the minutes loop restores the Glutamine_pool. Each tier buys time for the one below it to respond. When all three are depleted simultaneously — which only happens under prolonged high-frequency firing with insufficient glucose — the synapse has no remaining buffer and goes silent until the minutes loop restores the Glutamine_pool.
#### VGCC-PRE-TUN: Tuner ### VGCC-PRE-TUN: Tuner
```Gen ```Gen
tuner: VGCC-PRE-TUN tuner: VGCC-PRE-TUN
contained_by: PRESYNAPSE # qui stiamo aggiungendo o eliminando VGCC-PRE. Fra un massimo full e minimo empty (empty puo' non essere 0)
tunes: PRESYNAPSE/expansion/PRESYNAPSE-VCGG contained_by: PRESYNAPSE
tub_modulation: # in TUN agiamo su POS/ACT tunes: PRESYNAPSE/expansion/VCGG-PRE
- posMod ( fullness: None, active: PRESYNAPSE-VCGG/fullness, empty: 0x) # riferimento a possible di PRESYNAPSE-VCGG
- actMod ( fullness: None, active: PRESYNAPSE-VCGG/active, empty: PRESYNAPSE-VCGG/emptiness) # riferimento a active di PRESYNAPSE-VCGG
# qui stiamo modulando possible e actual di PRESYNAPSE-VCGG associandoli
# a posMod e actMod. Non serve associare una fullness perche'
# la modulazione e' una pompa fra posMod e actMod e controlliamo
# solo empty
check_tpc_intricated: tub_modulation:
- TunPossible ( contained_by: DAY-N ) - VCGG-PRE
tub_local: context_intricated:
- TunPossible_ctx ( contained_by: DAY-N )
tub_intricated: tub_local:
tub_intricated:
``` ```
##### contexting #### CheckPossibleTun:contexting
```Gen ```Gen
contexting: Check contexting: CheckPossibleTun
contained_by: VGCC-PRE-TUN contained_by: VGCC-PRE-TUN
in_context: TunPossible in_context: TunPossible_ctx
rf: ( active: 60x ) rf: ( active: 60x )
condition: condition:
out_context: TunPreVcgg out_context: TunPreVcgg
``` ```
##### interacting #### interacting
```Gen ```Gen
interacting: Tun interacting: Tun