Update presynapse.md
This commit is contained in:
@@ -255,62 +255,31 @@ ADJUST
|
|||||||
|
|
||||||
// VGCC_TUNE: *TunPossible
|
// VGCC_TUNE: *TunPossible
|
||||||
|
|
||||||
void: INSTANTIATE [ contextor: VgccCheck, event: 60x, cost: 3x, context: NOT *AP ]
|
// Contextor no cost
|
||||||
|
void: INSTANTIATE [ contextor: VgccCheck, event: 60x, context: NOT *TunPossible ] {
|
||||||
// *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
|
|
||||||
|
|
||||||
condition: _CaTraceHigh fullness
|
condition: _CaTraceHigh fullness
|
||||||
out_context: *VcggIncrease
|
out_context: *VcggIncrease
|
||||||
|
|
||||||
condition: _CaTraceLow fullness
|
condition: _CaTraceLow fullness
|
||||||
out_context: *VcggDecrease
|
out_context: *VcggDecrease
|
||||||
```
|
}
|
||||||
|
|
||||||
#### *VcggIncrease
|
// Increase: *VcggIncrease
|
||||||
|
|
||||||
##### VcggIncrease
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
VcggIncrease
|
|
||||||
type: accumulator
|
|
||||||
|
|
||||||
in_context: *VcggIncrease
|
|
||||||
|
|
||||||
|
void: INCLUDE [ accumulator: VcggIncrease, event: 10x, cost: 3x, context: NOT *VcggIncrease ] {
|
||||||
hypothesis:
|
hypothesis:
|
||||||
action:
|
action:
|
||||||
trace:
|
trace:
|
||||||
```
|
}
|
||||||
|
|
||||||
#### *VcggDecrease
|
// decrease: *VcggDecrease
|
||||||
|
|
||||||
##### VcggDecrease
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
VcggDecrease
|
|
||||||
type: accumulator
|
|
||||||
|
|
||||||
in_context: *VcggDecrease
|
|
||||||
|
|
||||||
|
void: INCLUDE [ accumulator: VcggDecrease, event: 10x, cost: 3x, context: NOT *VcggDecrease ] {
|
||||||
hypothesis:
|
hypothesis:
|
||||||
action:
|
action:
|
||||||
trace:
|
trace:
|
||||||
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## DEVELOP
|
## DEVELOP
|
||||||
|
|||||||
Reference in New Issue
Block a user