Files
organism/elements/neuron/post_ampa.md
T
2026-06-01 11:13:07 +02:00

76 lines
1.1 KiB
Markdown

---
include_toc: true
---
# post_ampa.md
## POST-AMPA
Expansions and modulations:
- is expanded and tuned by: [POSTSYNAPSE](postsynapse.md)
```Gen
POST-AMPA
type: comprehension
expansion:
intrication:
# Scope
!DAY: INTRICATION [ ref: &ORGANISM.!DAY ]
!NIGHT: INTRICATION [ ref: &ORGANISM.!NIGHT ]
# Context
*bAP: INTRICATION [ ref: &SOMA.*bAP ]
# Tub
_NT: INTRICATION [ ref: &ASTROSYNAPSE._NT ]
_Na: INTRICATION [ ref: &POSTSYNAPSE._Na ]
instantiation:
$: BEHAVIOUR [ behaviour: POST-AMPA-BHE ]
```
### POST-AMPA: !DAY
```Gen
POST-AMPA-BHE
type: behavior
within_scope: !DAY
snippet:
# NOT *bAP
@: ACCUMULATOR [ snippet: NaInAMPAMax, rf: active 2x ]
@: ACCUMULATOR [ snippet: NaInAMPAMed, rf: active 4x ]
```
#### NOT *bAP
##### NaInAMPAMax
```Gen
NaInAMPAMax
type: accumulator
in_context: NOT *bAP
hypothesis: _NT fullness
action: [ _Na increase ]
trace:
```
##### NaInAMPAMed
```Gen
NaInAMPAMed
type: accumulator
in_context: NOT *bAP
hypothesis: _NT mediumness
action: [ _Na increase ]
trace:
```