Files
organism/elements/astrocyte/astrosynapse.md
T

96 lines
1.3 KiB
Markdown
Raw Normal View History

2026-06-01 15:56:39 +02:00
---
include_toc: true
---
# astrosynapse.md
Expansions and modulations:
2026-06-01 15:57:56 +02:00
- is expanded by: [ASTROCYTE](astrocyte.md)
2026-06-01 15:56:39 +02:00
- is tuned by: [ORGANISM](../../organism.md), organs, modules
## ASTROSYNAPSE
2026-06-01 17:26:34 +02:00
```Gen
include:
ASTROSYNAPSE
type: comprehension
expansion:
intrication:
# Scope
!DAY: INTRICATION [ ref: &ORGANISM.!DAY ]
!NIGHT: INTRICATION [ ref: &ORGANISM.!NIGHT ]
# Context
*??: INTRICATION [ ref: &SOMA.*AP ]
# Tub
_??: INTRICATION [ ref: &??._?? ]
instantiation:
# Context
*??: CONTEXT []
# Tub
_NT: TUB [ full: 60x, active: 0x, empty: 0x ]
# Behaviour
$: BEHAVIOUR [ behaviour: MAIN_ASTRO_SYNAPSE ]
```
### MAIN_ASTRO_SYNAPSE: !DAY
2026-06-01 18:09:38 +02:00
```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
```