Update presynapse.md
This commit is contained in:
@@ -95,12 +95,12 @@ PRESYNAPSE
|
|||||||
_RrpFullDev: INSTANTIATE [ tub: local, full: 60x, act: 30x, empty: 0x ] // serve al DEV
|
_RrpFullDev: INSTANTIATE [ tub: local, full: 60x, act: 30x, empty: 0x ] // serve al DEV
|
||||||
|
|
||||||
// Container
|
// Container
|
||||||
void: INSTANTIATE [ container: MAIN ] // !DAY
|
void: INSTANTIATE [ container: MAIN, scope: !DAY ]
|
||||||
void: INSTANTIATE [ container: TRACE ] // !DAY
|
void: INSTANTIATE [ container: TRACE, scope: !DAY ]
|
||||||
void: INSTANTIATE [ container: DECAY ] // !DAY
|
void: INSTANTIATE [ container: DECAY, scope: !DAY ]
|
||||||
void: INSTANTIATE [ container: RECOVER ] // !DAY
|
void: INSTANTIATE [ container: RECOVER, scope: !DAY ]
|
||||||
void: INSTANTIATE [ container: ADJUST ] // !DAY Tuning
|
void: INSTANTIATE [ container: ADJUST, scope: !DAY ] // Tuning
|
||||||
void: INSTANTIATE [ container: DEVELOP ] // !NIGHT
|
void: INSTANTIATE [ container: DEVELOP, scope: !NIGHT ]
|
||||||
|
|
||||||
// Expansion
|
// Expansion
|
||||||
|
|
||||||
@@ -115,12 +115,10 @@ MAIN
|
|||||||
|
|
||||||
type: container
|
type: container
|
||||||
|
|
||||||
within_scope: !DAY
|
|
||||||
|
|
||||||
// snippet: *AP
|
// snippet: *AP
|
||||||
void: INCLUDE [ accumulator: NTreleaseLow, event: act 12x, cost: act 3x ]
|
void: INCLUDE [ accumulator: NTreleaseLow, event: 12x, cost: 3x, context: *AP ]
|
||||||
void: INCLUDE [ accumulator: NTreleaseMedium, event: act 9x, cost: act 3x ]
|
void: INCLUDE [ accumulator: NTreleaseMedium, event: 9x, cost: 3x, context: *AP ]
|
||||||
void: INCLUDE [ accumulator: NTreleaseHigh, event: act 6x, cost: act 3x ]
|
void: INCLUDE [ accumulator: NTreleaseHigh, event: 6x, cost: 3x, context: *AP ]
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -132,7 +130,6 @@ MAIN
|
|||||||
NTreleaseLow
|
NTreleaseLow
|
||||||
|
|
||||||
type: accumulator
|
type: accumulator
|
||||||
in_context: *AP
|
|
||||||
|
|
||||||
hypothesis: _Ca2 mediumness AND _Rrp mediumness AND NOT _ATP empty
|
hypothesis: _Ca2 mediumness AND _Rrp mediumness AND NOT _ATP empty
|
||||||
action: [ _Rrp decrease, _NT increase, _ATP decrease ]
|
action: [ _Rrp decrease, _NT increase, _ATP decrease ]
|
||||||
|
|||||||
Reference in New Issue
Block a user