varie
This commit is contained in:
+9
-5
@@ -219,15 +219,17 @@ container: VGSC-SOMA-H
|
|||||||
|
|
||||||
#### NaEnterH: Episode
|
#### NaEnterH: Episode
|
||||||
|
|
||||||
|
Se metto il controllo sulla (NOT Ready fullness) il VGSC puo' far entrare un numero di Na non superiore ad un massimo.
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
episode: NaEnterH
|
episode: NaEnterH
|
||||||
contained_by: VGSC-H-SOMA
|
contained_by: VGSC-H-SOMA
|
||||||
|
|
||||||
in_context: VDBMax AND NOT Refractory
|
in_context: VDBMax AND ( NOT RefractoryH )
|
||||||
rf: ( active: 1x )
|
rf: ( active: 1x )
|
||||||
|
|
||||||
hypothesis: NOT ( Na fullness )
|
hypothesis: ( NOT Na fullness ) AND ( NOT ReadyH fullness )
|
||||||
action: [ Na increase, Ready increase ]
|
action: [ Na increase, ReadyH increase ]
|
||||||
trace: None
|
trace: None
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -239,15 +241,17 @@ Il check su refractory deve essere fatto ad un RF maggiore della eliminazione di
|
|||||||
context: CheckRefractoryH
|
context: CheckRefractoryH
|
||||||
contained_by: VGSC-H-SOMA
|
contained_by: VGSC-H-SOMA
|
||||||
|
|
||||||
in_context: Fixed
|
in_context: NOT RefractoryH
|
||||||
rf: ( active: 60x )
|
rf: ( active: 60x )
|
||||||
|
|
||||||
condition: NOT ( Ready Emptiness )
|
condition: ( ReadyH fullness )
|
||||||
out_context: RefractoryH
|
out_context: RefractoryH
|
||||||
```
|
```
|
||||||
|
|
||||||
##### RefractoryH: Episode
|
##### RefractoryH: Episode
|
||||||
|
|
||||||
|
Questo episodio deve girare varie volte nell'ambito del contesto di refractory che viene controllato ad un RF maggiore.
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
episode: RefractoryH
|
episode: RefractoryH
|
||||||
contained_by: VGSC-H-SOMA
|
contained_by: VGSC-H-SOMA
|
||||||
|
|||||||
Reference in New Issue
Block a user