prima ristrutturazione. Ora c'e' distinzione fra comportamenti di DAY e NIGHT. IL TUN e' sparito, ciscun container ha il proprio Tuner se necessario.

This commit is contained in:
2026-04-14 11:16:41 +02:00
parent 5ef5ce5a8d
commit 46435caa33
9 changed files with 193 additions and 219 deletions
+52
View File
@@ -578,6 +578,58 @@ 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.
#### TUN-PRE-VGCC: Tuner
```Gen
Tuner: TUN-PRE-VGCC
contained_by: BEH-PRE
tunes: BEH-PRE/expansion/BEH-PRE-VCGG
tub_modulation: # in TUN agiamo su POS/ACT
- posMod ( fullness: None, active: BEH-PRE-VCGG/fullness, empty: 0x) # riferimento a possible di BEH-PRE-VCGG
- actMod ( fullness: None, active: BEH-PRE-VCGG/active, empty: BEH-PRE-VCGG/emptiness) # riferimento a active di BEH-PRE-VCGG
# qui stiamo modulando possible e actual di BEH-PRE-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
context_intricated:
- TunPossible ( contained_by: DAY-N )
tub_local:
tub_intricated:
```
##### Context
```Gen
context: Check
contained_by: TUN-PRE-VGCC
in_context: TunPossible
rf: ( active: 60x )
condition:
out_context: TunPreVcgg
```
##### Episode
```Gen
episode: Tun
contained_by: TUN-PRE-VGCC
in_context: TunPreVcgg
rf: ( active: x )
hypothesis:
action:
trace:
```
## BEH-PRE-VGCC: Container
Voltage-Controlled Gated Channels: Qui per ora non gestiamo l'evoluzione della depolarizzazione. Alla scomparsa dell'AP, i VGCC smettono di funzionare.