Update astrosynapse.md

This commit is contained in:
2026-06-01 18:09:38 +02:00
parent 708f55c4a8
commit 73924ac361
+49
View File
@@ -44,3 +44,52 @@ ASTROSYNAPSE
``` ```
### MAIN_ASTRO_SYNAPSE: !DAY ### MAIN_ASTRO_SYNAPSE: !DAY
```Gen
MAIN_ASTRO_SYNAPSE
type: behaviour
within_scope: !DAY
snippet:
# *Fixed
@: CONTEXTOR [ snippet: ??, rf: active 60x ]
@: ACCUMULATOR [ snippet: ??, rf: active 12x ]
```
#### *fixed
#### ??
***Tens Milliseconds Time Scale***
```Gen
??
type: contextor
in_context: *fixed
condition: ( empty )
out_context: *??
condition: ( full)
out_context: *??
```
#### ??
```Gen
??
type: accumulator
in_context: *??
hypothesis: NOT ( full ) AND NOT ( empty )
action: [ increase, decrease]
trace: None
```