Update presynapse.md
This commit is contained in:
@@ -173,7 +173,8 @@ MAIN
|
|||||||
type: container
|
type: container
|
||||||
|
|
||||||
// !DAY
|
// !DAY
|
||||||
// eCB Clearance, NOT *AP
|
|
||||||
|
// ################## eCB Clearance, NOT *AP ##################
|
||||||
|
|
||||||
void: INSTANTIATE [ accumulator: eCBClearenceMedium, event: 24x, cost: 3x, context: NOT *AP ] {
|
void: INSTANTIATE [ accumulator: eCBClearenceMedium, event: 24x, cost: 3x, context: NOT *AP ] {
|
||||||
hypothesis: NOT _eCB empty
|
hypothesis: NOT _eCB empty
|
||||||
@@ -187,7 +188,7 @@ MAIN
|
|||||||
trace: None
|
trace: None
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fast traces Clearance, NOT *AP
|
// ################## Fast traces Clearance, NOT *AP ##################
|
||||||
|
|
||||||
void: INSTANTIATE [ accumulator: TracesClearance, event: 30x, cost: 3x, context: NOT *AP ] {
|
void: INSTANTIATE [ accumulator: TracesClearance, event: 30x, cost: 3x, context: NOT *AP ] {
|
||||||
hypothesis: NOT _CaTraceHigh empty
|
hypothesis: NOT _CaTraceHigh empty
|
||||||
@@ -214,7 +215,8 @@ RECOVER
|
|||||||
type: container
|
type: container
|
||||||
|
|
||||||
// DAY!
|
// 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
|
// 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
|
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
|
// 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 ] {
|
void: INSTANTIATE [ accumulator: RefillGlutamine, event: 24x, cost: 3x, context: NOT *AP ] {
|
||||||
@@ -257,10 +261,12 @@ ADJUST
|
|||||||
|
|
||||||
type: container
|
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 ] {
|
void: INSTANTIATE [ contextor: VgccCheck, event: 60x, context: NOT *TunPossible ] {
|
||||||
condition: _CaTraceHigh fullness
|
condition: _CaTraceHigh fullness
|
||||||
out_context: *VcggIncrease
|
out_context: *VcggIncrease
|
||||||
@@ -297,7 +303,7 @@ DEVELOP
|
|||||||
|
|
||||||
// !NIGHT
|
// !NIGHT
|
||||||
|
|
||||||
// CaFull, *fixed
|
// ################## CaFull, *fixed ##################
|
||||||
|
|
||||||
void: INSTANTIATE [ contextor: Ca2Check, event: 60x, context: *fixed ] {
|
void: INSTANTIATE [ contextor: Ca2Check, event: 60x, context: *fixed ] {
|
||||||
condition: ( empty )
|
condition: ( empty )
|
||||||
@@ -323,7 +329,8 @@ DEVELOP
|
|||||||
out_context: *IncreaseRrpFull
|
out_context: *IncreaseRrpFull
|
||||||
}
|
}
|
||||||
|
|
||||||
// RRPFull: *fixed
|
// ################## RRPFull: *fixed ##################
|
||||||
|
|
||||||
void: INSTANTIATE [ contextor: RrpCheck, event: 60x, context: *fixed ]
|
void: INSTANTIATE [ contextor: RrpCheck, event: 60x, context: *fixed ]
|
||||||
|
|
||||||
// snippet: *RrpFullDecrease
|
// snippet: *RrpFullDecrease
|
||||||
|
|||||||
Reference in New Issue
Block a user