Update astrosynapse.md
This commit is contained in:
@@ -44,3 +44,52 @@ ASTROSYNAPSE
|
||||
```
|
||||
|
||||
### 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user