Update elements/neuron/post_ampa.md

This commit is contained in:
2026-05-31 22:55:19 +02:00
parent 4410f3b057
commit 5b786c2726
+67
View File
@@ -0,0 +1,67 @@
---
include_toc: true
---
# post_ampa.md
## POST-AMPA: Comprehension
```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: Behaviour
```Gen
POST-AMPA-BHE: !DAY
type: behavior
within_scope: !DAY
snippet:
# NOT *bAP
@: ACCUMULATOR [ snippet: NaInAMPAMax, rf: active 2x ]
@: ACCUMULATOR [ snippet: NaInAMPAMed, rf: active 4x ]
```
#### NOT *bAP
##### NaInAMPAMax: ( active: 2x ) accumulator
```Gen
NaInAMPAMax
type: accumulator
in_context: NOT *bAP
hypothesis: _NT fullness
action: [ _Na increase ]
trace:
```
##### NaInAMPAMed: ( active: 4x ) accumulator
```Gen
NaInAMPAMed
type: accumulator
in_context: NOT *bAP
hypothesis: _NT mediumness
action: [ _Na increase ]
trace:
```