Files
organism/elements/astrocyte/astrosynapse.md
T
2026-06-01 18:09:38 +02:00

1.3 KiB

Table of Contents
include_toc
include_toc
true

astrosynapse.md

Expansions and modulations:

ASTROSYNAPSE


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

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

??

  type: contextor
  
  in_context: *fixed

    condition: ( empty ) 
      out_context: *??

    condition: ( full) 
      out_context: *??

??

??

  type: accumulator

  in_context: *??

    hypothesis: NOT ( full ) AND NOT ( empty ) 
      action: [ increase,  decrease]
      trace: None