This commit is contained in:
2026-04-23 17:09:34 +02:00
parent a674c40751
commit aaa97d0ec8
+18 -7
View File
@@ -57,17 +57,28 @@ container: AXON
**G expression**:
— tpc: PRE_Status_ms
```tree
- AP_ctx (from SOMA)
- ctx%AP
-- NTreleaseMax_ctx
--- NTreleaseMaximum
-- AP-CaClearanceHigh
-- AP-CaClearanceMediumness
--- ..
NOT AP_ctx:
- RPShuttle_ctx
- CaTracesNotEmpty_ctx
- eCBNotEmpty_ctx
- NOT AP_ctx:
-- NotAP-CaClearance
-- RPShuttle_ctx
---
-- CaTracesNotEmpty_ctx
---
-- eCBNotEmpty_ctx
--- eCBClearance
-- AP-CaClearanceHigh
```
---