diff --git a/elements/neuron/presynapse.md b/elements/neuron/presynapse.md index 8a3f033..c3c2001 100644 --- a/elements/neuron/presynapse.md +++ b/elements/neuron/presynapse.md @@ -64,11 +64,10 @@ PRESYNAPSE // Container $: CONTAINER [ behaviour: MAIN ] - $: CONTAINER [ behaviour: EMIT ] $: CONTAINER [ behaviour: TRACE ] - $: CONTAINER [ behaviour: ADJUST ] // Tuning - $: CONTAINER [ behaviour: RECOVER ] $: CONTAINER [ behaviour: DECAY ] + $: CONTAINER [ behaviour: RECOVER ] + $: CONTAINER [ behaviour: ADJUST ] // Tuning $: CONTAINER [ behaviour: DEVELOP ] // !NIGHT ``` @@ -78,7 +77,7 @@ PRESYNAPSE ```Gen MAIN - type: behaviour + type: container within_scope: !DAY @@ -134,14 +133,12 @@ NTreleaseHigh trace: None ``` -## EMIT | !DAY - ## TRACE | !DAY ```Gen TRACE - type: behaviour + type: container within_scope: !DAY @@ -198,7 +195,7 @@ Ca2TracesAccumulationHigh ```Gen MAIN - type: behaviour + type: container within_scope: !DAY @@ -258,7 +255,7 @@ Ca2TracesClearance ```Gen RECOVER - type: behaviour + type: container within_scope: !DAY @@ -369,7 +366,7 @@ ADJUST // qui stiamo attivando e disattivando PRE_VGCC. Fra un massimo full e minimo empty (empty puo' non essere 0) - type: behaviour + type: container activity_scope: !DAY snippet: @@ -439,7 +436,7 @@ VcggDecrease ```Gen DEVELOP - type: behaviour + type: container activity_scope: !NIGHT