Update presynapse.md
This commit is contained in:
@@ -98,7 +98,7 @@ RELEASE_NT
|
|||||||
|
|
||||||
type: container
|
type: container
|
||||||
|
|
||||||
// Emit NT
|
// Emit NT, *AP
|
||||||
|
|
||||||
void: INSTANTIATE [ accumulator: NTreleaseLow, event: 12x, cost: 3x, context: *AP ] {
|
void: INSTANTIATE [ accumulator: NTreleaseLow, event: 12x, cost: 3x, context: *AP ] {
|
||||||
hypothesis: _Ca2 mediumness AND _Rrp mediumness AND NOT _pre_budget empty
|
hypothesis: _Ca2 mediumness AND _Rrp mediumness AND NOT _pre_budget empty
|
||||||
@@ -136,27 +136,27 @@ TRACE
|
|||||||
trace: None
|
trace: None
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fast Traces
|
// Fast Traces, NOT *AP
|
||||||
|
|
||||||
void: INSTANTIATE [ accumulator: TracesAccLow, event: 3x, cost: 3x, context: NOT *AP ] {
|
void: INSTANTIATE [ accumulator: TracesAccLow, event: 3x, cost: 3x, context: NOT *AP ] {
|
||||||
hypothesis: _Ca2 emptiness
|
hypothesis: _Ca2 emptiness
|
||||||
action: [ _CaTraceLow increase ]
|
action: [ _CaTraceLow increase ]
|
||||||
trace: None
|
trace: None
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void: INSTANTIATE [ accumulator: TracesAccMedium, event: 6x, cost: 3x, context: NOT *AP ] {
|
void: INSTANTIATE [ accumulator: TracesAccMedium, event: 6x, cost: 3x, context: NOT *AP ] {
|
||||||
hypothesis: _Ca2 mediumness
|
hypothesis: _Ca2 mediumness
|
||||||
action: [ _CaTraceMed increase ]
|
action: [ _CaTraceMed increase ]
|
||||||
trace: None
|
trace: None
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void: INSTANTIATE [ accumulator: TracesAccHigh, event: 10x, cost: 3x, context: NOT *AP ] {
|
void: INSTANTIATE [ accumulator: TracesAccHigh, event: 10x, cost: 3x, context: NOT *AP ] {
|
||||||
hypothesis: _Ca2 fullness
|
hypothesis: _Ca2 fullness
|
||||||
action: [ _CaTraceHigh increase ]
|
action: [ _CaTraceHigh increase ]
|
||||||
trace: None
|
trace: None
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -168,7 +168,7 @@ MAIN
|
|||||||
|
|
||||||
type: container
|
type: container
|
||||||
|
|
||||||
// eCB Clearance
|
// 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
|
||||||
@@ -182,7 +182,7 @@ MAIN
|
|||||||
trace: None
|
trace: None
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fast traces Clearance
|
// 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
|
||||||
|
|||||||
Reference in New Issue
Block a user