varie
This commit is contained in:
+12
-15
@@ -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.
|
||||
|
||||
#### VGCC-PRE-TUN: Tuner
|
||||
### VGCC-PRE-TUN: Tuner
|
||||
|
||||
```Gen
|
||||
tuner: VGCC-PRE-TUN
|
||||
|
||||
# qui stiamo aggiungendo o eliminando VGCC-PRE. Fra un massimo full e minimo empty (empty puo' non essere 0)
|
||||
|
||||
contained_by: PRESYNAPSE
|
||||
|
||||
tunes: PRESYNAPSE/expansion/PRESYNAPSE-VCGG
|
||||
tunes: PRESYNAPSE/expansion/VCGG-PRE
|
||||
|
||||
tub_modulation: # in TUN agiamo su POS/ACT
|
||||
- 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
|
||||
tub_modulation:
|
||||
- VCGG-PRE
|
||||
|
||||
check_tpc_intricated:
|
||||
- TunPossible ( contained_by: DAY-N )
|
||||
context_intricated:
|
||||
- TunPossible_ctx ( contained_by: DAY-N )
|
||||
|
||||
tub_local:
|
||||
|
||||
tub_intricated:
|
||||
```
|
||||
|
||||
##### contexting
|
||||
#### CheckPossibleTun:contexting
|
||||
|
||||
```Gen
|
||||
contexting: Check
|
||||
contexting: CheckPossibleTun
|
||||
contained_by: VGCC-PRE-TUN
|
||||
|
||||
in_context: TunPossible
|
||||
in_context: TunPossible_ctx
|
||||
rf: ( active: 60x )
|
||||
|
||||
condition:
|
||||
out_context: TunPreVcgg
|
||||
```
|
||||
|
||||
##### interacting
|
||||
#### interacting
|
||||
|
||||
```Gen
|
||||
interacting: Tun
|
||||
|
||||
Reference in New Issue
Block a user