Clean up and improve node execution code.

This commit is contained in:
Anna Rose Wiggins 2021-08-03 20:35:50 -04:00
parent 935c6cf671
commit cadd3404b9
3 changed files with 89 additions and 117 deletions

View file

@ -51,6 +51,9 @@ makeButton(row, "NODE", {
if HASNODE {
set nodeDV:TEXT to NEXTNODE:DELTAV:MAG:ToString.
set nodeBT:TEXT to BurnTime(NEXTNODE:DELTAV:MAG):ToString.
} else {
set nodeDV:TEXT to "No Node".
set nodeBT:TEXT to "No Node".
}
stk:ShowOnly(panes["node"]).
}).