Script controls¶
Commands of the script_controls chapter of the database, 3 entries. The status words are defined once, on the compatibility matrix, which says what each rests on and what the script builder does with it. Read it before this page: broken and removed are refusals, so a row here can be telling you the emitter will not write that command for that version.
PRINT¶
Phase control, layout inline. Manual: SRC-003 p.281.
Writes a user-defined message to the log window; useful as a sentinel marker in probe scripts.
| Argument | Specification |
|---|---|
message |
str |
| Version | Status | Evidence |
|---|---|---|
| 25.000 | documented | SRC-749 p.252, same grammar as 26.120 |
| 25.100 | documented | SRC-748 p.271, same grammar as 26.120 |
| 26.000 | documented | SRC-747 p.270, same grammar as 26.120 |
| 26.100 | verified | reports/compat/CMP-26100_2026-08-08_full.yaml |
| 26.101 | verified | reports/compat/CMP-26101_2026-08-08_full.yaml |
| 26.120 | verified | reports/compat/CMP-26120_2026-08-08_full.yaml |
| 26.121 | verified | reports/compat/CMP-26121_2026-08-08_full.yaml |
| 26.122 | verified | reports/compat/CMP-26122_2026-08-11_full.yaml |
| 26.123 | verified | reports/compat/CMP-26123_2026-08-17_full-sim.yaml; SRC-751 p.285, unchanged from SRC-750 p.285 |
| 26.124 | verified | reports/compat/CMP-26124_2026-09-14_full-sim.yaml; SRC-752 p.285, the SRC-751 file, carried from 26.123 |
RUN_SCRIPT¶
Phase control, layout param_lines. Manual: SRC-003 p.281.
Calls another script file from within the running script.
| Argument | Specification |
|---|---|
script_path |
path |
| Version | Status | Evidence |
|---|---|---|
| 25.100 | documented | SRC-748 p.271, same grammar as 26.120 |
| 26.000 | documented | SRC-747 p.270, same grammar as 26.120 |
| 26.100 | documented | SRC-741 p.275, same grammar as 26.120 |
| 26.101 | documented | SRC-725 p.280, same grammar as 26.120 |
| 26.120 | verified | reports/compat/CMP-26120_2026-08-08_full.yaml |
| 26.121 | verified | reports/compat/CMP-26121_2026-08-08_full.yaml |
| 26.122 | verified | reports/compat/CMP-26122_2026-08-11_full.yaml |
| 26.123 | verified | reports/compat/CMP-26123_2026-08-17_full-sim.yaml; SRC-751 p.285, unchanged from SRC-750 p.285 |
| 26.124 | verified | reports/compat/CMP-26124_2026-09-14_full-sim.yaml; SRC-752 p.285, the SRC-751 file, carried from 26.123 |
STOP¶
Phase control, layout bare. Manual: SRC-003 p.281.
Halts script processing at this location; the manual suggests it for debugging partial scripts (SRC-003 p.280).
| Version | Status | Evidence |
|---|---|---|
| 25.000 | documented | SRC-749 p.252, same grammar as 26.120 |
| 25.100 | documented | SRC-748 p.271, same grammar as 26.120 |
| 26.000 | documented | SRC-747 p.270, same grammar as 26.120 |
| 26.100 | verified | reports/compat/CMP-26100_2026-08-08_full.yaml |
| 26.101 | verified | reports/compat/CMP-26101_2026-08-08_full.yaml |
| 26.120 | verified | reports/compat/CMP-26120_2026-08-08_full.yaml |
| 26.121 | verified | reports/compat/CMP-26121_2026-08-08_full.yaml |
| 26.122 | verified | reports/compat/CMP-26122_2026-08-11_full.yaml |
| 26.123 | verified | reports/compat/CMP-26123_2026-08-17_full-sim.yaml; SRC-751 p.285, unchanged from SRC-750 p.285 |
| 26.124 | verified | reports/compat/CMP-26124_2026-09-14_full-sim.yaml; SRC-752 p.285, the SRC-751 file, carried from 26.123 |