varie
This commit is contained in:
@@ -133,7 +133,9 @@ TRACE
|
||||
|
||||
// !DAY
|
||||
|
||||
// ########################## Short Traces (ms–s), NOT *AP ##########################
|
||||
// ########################## Short (ms–s) ##########################
|
||||
|
||||
// _Ca2 level, NOT *AP
|
||||
|
||||
TracesAccLow: INSTANTIATE [ snippet: accumulator, event: 3x, cost: _pre_budget 3x, context: NOT *AP ] {
|
||||
hypothesis: _Ca2 emptiness
|
||||
@@ -153,8 +155,10 @@ TRACE
|
||||
else: None
|
||||
}
|
||||
|
||||
// ########################## Medium Traces (s–min), NOT *AP ##########################
|
||||
// ########################## Medium (s–min) ##########################
|
||||
|
||||
// Endurance, NOT *AP.
|
||||
|
||||
// Tag se manca pre_budget, ma il rilascio di NT sarebbe stato di beneficio
|
||||
|
||||
Endourance_tag: INSTANTIATE [ snippet: accumulator, event: 12x, cost: _pre_budget 0x, context: *AP ] {
|
||||
@@ -164,7 +168,7 @@ TRACE
|
||||
}
|
||||
|
||||
|
||||
// ########################## Long Traces (hr), NOT *AP ##########################
|
||||
// ########################## Long (hr) ##########################
|
||||
|
||||
|
||||
```
|
||||
@@ -179,8 +183,10 @@ MAIN
|
||||
|
||||
// !DAY
|
||||
|
||||
// ########################## Short traces Clearance, NOT *AP ##########################
|
||||
|
||||
// ########################## Short (ms–s) ##########################
|
||||
|
||||
// , NOT *AP
|
||||
|
||||
TracesClearance: INSTANTIATE [ snippet: accumulator, event: 30x, cost: _pre_budget 3x, context: NOT *AP ] {
|
||||
hypothesis: NOT _CaTraceHigh empty
|
||||
action: [ _CaTRaceHigh decrease ]
|
||||
@@ -196,8 +202,10 @@ MAIN
|
||||
|
||||
}
|
||||
|
||||
// ########################## Medium, eCB Clearance, NOT *AP ##########################
|
||||
// ########################## Medium (s–min) ##########################
|
||||
|
||||
// eCBClearance, NOT *AP.
|
||||
|
||||
eCBClearenceMedium: INSTANTIATE [ snippet: accumulator, event: 24x, cost: _pre_budget 3x, context: NOT *AP ] {
|
||||
hypothesis: NOT _eCB empty
|
||||
action: [ _eCB decrease ]
|
||||
@@ -210,8 +218,7 @@ MAIN
|
||||
else: None
|
||||
}
|
||||
|
||||
|
||||
// ########################## Long, Clearance, NOT *AP ##########################
|
||||
// ########################## Long (hr) ##########################
|
||||
|
||||
|
||||
```
|
||||
@@ -226,8 +233,10 @@ RECOVER
|
||||
|
||||
// DAY!
|
||||
|
||||
// ########################## Rp Schuttle, NOT *AP ##########################
|
||||
// ########################## Short (ms–s) ##########################
|
||||
|
||||
// Rp Shuttle, 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
|
||||
@@ -251,8 +260,10 @@ RECOVER
|
||||
else: None
|
||||
}
|
||||
|
||||
// ########################## RefillGlutamine, NOT *AP ##########################
|
||||
// ########################## Medium (s–min) ##########################
|
||||
|
||||
// RefillGlutamine, NOT *AP
|
||||
|
||||
// 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
|
||||
@@ -265,8 +276,6 @@ RECOVER
|
||||
else: None
|
||||
}
|
||||
|
||||
// Refill Glutamine
|
||||
|
||||
```
|
||||
|
||||
## ADJUST
|
||||
@@ -279,8 +288,10 @@ ADJUST
|
||||
|
||||
// DAY!
|
||||
|
||||
// ########################## VGCC_TUNE: *TunPossible ##########################
|
||||
// ########################## Medium (s–min) ##########################
|
||||
|
||||
// VGCC_TUNE: *TunPossible
|
||||
|
||||
// - qui stiamo attivando e disattivando PRE_VGCC. Fra un massimo full e minimo empty (empty puo' non essere 0)
|
||||
|
||||
VgccCheck: INSTANTIATE [ snippet: contextor, event: 60x, context: NOT *TunPossible ] {
|
||||
|
||||
Reference in New Issue
Block a user