Update presynapse.md
This commit is contained in:
@@ -254,63 +254,32 @@ ADJUST
|
||||
// qui stiamo attivando e disattivando PRE_VGCC. Fra un massimo full e minimo empty (empty puo' non essere 0)
|
||||
|
||||
// VGCC_TUNE: *TunPossible
|
||||
|
||||
void: INSTANTIATE [ contextor: VgccCheck, event: 60x, cost: 3x, context: NOT *AP ]
|
||||
|
||||
// *VcggIncrease
|
||||
void: INCLUDE [ accumulator: VcggIncrease, event: 10x, cost: 3x, context: NOT *AP ]
|
||||
|
||||
// *VcggDecrease
|
||||
void: INCLUDE [ accumulator: VcggDecrease, event: 10x, cost: 3x, context: NOT *AP ]
|
||||
```
|
||||
|
||||
#### *TunPossible
|
||||
|
||||
##### VgccCheck
|
||||
|
||||
Qui controlliamo che ci siano le condizioni per aumentare o diminuire l'attivazione di VGCC
|
||||
|
||||
```Gen
|
||||
VgccCheck
|
||||
|
||||
type contextor
|
||||
in_context: *TunPossible
|
||||
|
||||
// Contextor no cost
|
||||
void: INSTANTIATE [ contextor: VgccCheck, event: 60x, context: NOT *TunPossible ] {
|
||||
condition: _CaTraceHigh fullness
|
||||
out_context: *VcggIncrease
|
||||
|
||||
condition: _CaTraceLow fullness
|
||||
out_context: *VcggDecrease
|
||||
```
|
||||
}
|
||||
|
||||
#### *VcggIncrease
|
||||
// Increase: *VcggIncrease
|
||||
|
||||
##### VcggIncrease
|
||||
void: INCLUDE [ accumulator: VcggIncrease, event: 10x, cost: 3x, context: NOT *VcggIncrease ] {
|
||||
hypothesis:
|
||||
action:
|
||||
trace:
|
||||
}
|
||||
|
||||
```Gen
|
||||
VcggIncrease
|
||||
type: accumulator
|
||||
// decrease: *VcggDecrease
|
||||
|
||||
in_context: *VcggIncrease
|
||||
|
||||
hypothesis:
|
||||
action:
|
||||
trace:
|
||||
```
|
||||
|
||||
#### *VcggDecrease
|
||||
|
||||
##### VcggDecrease
|
||||
|
||||
```Gen
|
||||
VcggDecrease
|
||||
type: accumulator
|
||||
|
||||
in_context: *VcggDecrease
|
||||
|
||||
hypothesis:
|
||||
action:
|
||||
trace:
|
||||
void: INCLUDE [ accumulator: VcggDecrease, event: 10x, cost: 3x, context: NOT *VcggDecrease ] {
|
||||
hypothesis:
|
||||
action:
|
||||
trace:
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
## DEVELOP
|
||||
|
||||
Reference in New Issue
Block a user