techui-builder 0.7.3__tar.gz → 0.7.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.copier-answers.yml +1 -1
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/CONTRIBUTING.md +1 -1
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/workflows/_test.yml +0 -5
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/workflows/ci.yml +1 -3
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.pre-commit-config.yaml +1 -1
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.vscode/launch.json +1 -1
- {techui_builder-0.7.3 → techui_builder-0.7.5}/Dockerfile +1 -1
- {techui_builder-0.7.3/src/techui_builder.egg-info → techui_builder-0.7.5}/PKG-INFO +7 -5
- {techui_builder-0.7.3 → techui_builder-0.7.5}/README.md +4 -3
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/README.md +92 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/ADAravis/ADAravis_detail.bob +292 -351
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/ADAravis/ADAravis_summary.bob +1068 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/ADAravis/NDFileHDF5.pvi.bob +2 -2
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/ADAravis/NDPluginPva.pvi.bob +2 -2
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/ADAravis/NDPluginROI.pvi.bob +2 -2
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/ADAravis/NDPluginROIStat.pvi.bob +2 -2
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/ADAravis/NDPluginStats.pvi.bob +2 -2
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/ADUVC/ADUVC_summary.bob +1042 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/alignmentMirror/mirror.bob +412 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/digitelMpc/digitelMpcIonp.bob +1 -1
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/dls_class.bcf +1 -1
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/fastcs-eiger/eigerController.bob +2392 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/insertionDevice/ID_BL.bob +1116 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/mff/mff.bob +42 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/mks937a/mks937a.bob +281 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/mks937a/mks937aGauge.bob +24 -58
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/mks937a/mks937aImg.bob +50 -121
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/mks937a/mks937aPirg.bob +50 -121
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/pmac/motor_embed.bob +64 -99
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/slits/slit-4axis-individual-embed.bob +411 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/slits/slit-4axis-size-center-embed.bob +557 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/slits/slit-4axis.bob +30 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/temperature/temp-config.bob +357 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/temperature/temp-embed.bob +84 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/vacuumValve/vacuumValveReadOnly.bob +109 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/water/flow-config.bob +161 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/water/flow-embed.bob +59 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/bob/zebraShutter/fastShutter.bob +576 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/PPR.svg +735 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/aio.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/attn.svg +857 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/biconcave-lens.svg +164 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/biconvex-lens.svg +165 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/bpm.svg +937 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/chill.svg +54 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/coll.svg +508 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/cpu 0.svg +27 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/cpu 1.svg +28 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/cpu 2.svg +28 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/d1.svg +336 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/device.svg +274 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/diag-camera.svg +368 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/diff.svg +503 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/diode.svg +859 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/estop-pressed.svg +109 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/estop.svg +109 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/filter.svg +429 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/filterstick.svg +720 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/hospital.svg +87 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/ion.svg +430 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/light-source-cyan.svg +131 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/light-source.svg +131 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/logo.svg +369 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/mff-active.svg +351 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/mff-inactive.svg +289 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/mirror-inactive.svg +294 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/mirror.svg +304 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/motorised-mirror.svg +341 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/oscilloscope.svg +2 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/pa.svg +942 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/plano-convex-lens.svg +164 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/program 0.svg +41 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/program 1.svg +23 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/revolving-stage.svg +102 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/ring-off.svg +573 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/ring-on.svg +591 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/robot.svg +484 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/screen.svg +511 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/shutter-fault.svg +123 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/stage.svg +103 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/transmission-grating.svg +290 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/user.svg +1467 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/vfm-down.svg +740 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/wbs.svg +647 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/DCM.svg +15 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/camera.svg +5 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/cog.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/cryocooler.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/detector.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/diamond.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/filter-wheel.svg +128 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/flip-horizontal-2.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/flip-vertical-2.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/lens.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/light-source.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/oscilloscope.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/radiation.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/rectangle-horizontal.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/rectangle-vertical.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/ring-off.svg +574 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/ring-on.svg +592 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/rotation-stage.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/slits.svg +6 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-centerline-dashed-horizontal.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-centerline-dashed-vertical.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-split-horizontal.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-split-vertical.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-square.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/translation-stage.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/techui-support.yaml +243 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/example/t01-services/synoptic/techui.yaml +2 -2
- {techui_builder-0.7.3 → techui_builder-0.7.5}/pyproject.toml +5 -4
- techui_builder-0.7.5/renovate.json +36 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/__main__.py +0 -1
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/_version.py +3 -3
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/builder.py +16 -3
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/generate.py +2 -2
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/generate_jsonmap.py +22 -6
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/main_app.py +31 -7
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/models.py +14 -14
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/status.py +16 -2
- {techui_builder-0.7.3 → techui_builder-0.7.5/src/techui_builder.egg-info}/PKG-INFO +7 -5
- techui_builder-0.7.5/src/techui_builder.egg-info/SOURCES.txt +243 -0
- techui_builder-0.7.5/src/techui_builder.egg-info/scm_file_list.json +238 -0
- techui_builder-0.7.5/src/techui_builder.egg-info/scm_version.json +8 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_builder.py +43 -2
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_cli.py +54 -2
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_generate.py +1 -1
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_models.py +4 -4
- techui_builder-0.7.3/.devcontainer/install_lazygit.sh +0 -8
- techui_builder-0.7.3/.github/dependabot.yml +0 -28
- techui_builder-0.7.3/example-synoptic/b23-services/config/devsta.db +0 -22
- techui_builder-0.7.3/example-synoptic/b23-services/services/bl23b-di-mod-01/config/ioc.yaml +0 -120
- techui_builder-0.7.3/example-synoptic/b23-services/services/bl23b-di-mod-02/config/ioc.yaml +0 -120
- techui_builder-0.7.3/example-synoptic/b23-services/services/bl23b-di-uvcam-01/config/ioc.yaml +0 -195
- techui_builder-0.7.3/example-synoptic/b23-services/services/bl23b-di-uvcam-02/config/ioc.yaml +0 -195
- techui_builder-0.7.3/example-synoptic/b23-services/services/bl23b-mo-ioc-01/config/ioc.yaml +0 -100
- techui_builder-0.7.3/example-synoptic/b23-services/services/bl23b-va-ioc-01/config/ioc.yaml +0 -481
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/IMG1.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/IMG11.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/IMG12.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/IONP1.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/IONP11.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/IONP12.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/IONP21.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/JsonMap.json +0 -503
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/M3.bob +0 -69
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/MOD1.bob +0 -104
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/MOD2.bob +0 -104
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/PIRG1.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/PIRG11.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/PIRG12.bob +0 -23
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/SPACE11.bob +0 -83
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/index.bob +0 -2893
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/ADAravis_summary.bob +0 -1205
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/bob/mks937a/mks937a.bob +0 -391
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/absorber 1.svg +0 -79
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/img 0.svg +0 -102
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/ionp 4 (copy).svg +0 -116
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/ionp 4.svg +0 -107
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/pirg 0.svg +0 -130
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/valve 1.svg +0 -140
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/techui-support.yaml +0 -102
- techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui.yaml +0 -156
- techui_builder-0.7.3/src/techui_builder.egg-info/SOURCES.txt +0 -185
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.devcontainer/devcontainer.json +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/ISSUE_TEMPLATE/issue.md +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/pages/index.html +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/pages/make_switcher.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/workflows/_dist.yml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/workflows/_docs.yml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/workflows/_pypi.yml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/workflows/_release.yml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/workflows/_tox.yml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.github/workflows/periodic.yml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.gitignore +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.gitleaks.toml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.gitmodules +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.python-version +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.vscode/extensions.json +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.vscode/settings.json +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/.vscode/tasks.json +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/LICENSE +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/catalog-info.yaml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/docs/conf.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/example/t01-services/services/bl01t-ea-ioc-01/config/fastcs.yaml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/example/t01-services/services/bl01t-mo-ioc-01/config/ioc.yaml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/example/t01-services/synoptic/index.bob +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/LICENSE +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/ADAravis/ProfileCursorGraphs.bob +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/colour.def +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/pmac/MOTOR.bob +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/pmac/pmacController.bob +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/pmac/ppmacController.bob +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/rga/rga.bob +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/settings.ini +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/vacuumValve/vacuumValve.bob +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/vacuumValve/vacuumValveInterlocks.bob +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/3DCM_diag_3.gif +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/Beamline_Image.png +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/Beamline_Image_Colour.png +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/Panda.jpg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/WoodenArch.jpg +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/absorber 1 (copy).svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/absorber.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/aperture.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/camera +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/camera-1.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/dcm.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/diag-stick-camera.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/diag-stick-camera_flipped.png +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/diag-stick.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fastValve 1 (copy).svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fastValve 1.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/floodgate.jpg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fm.png +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fm.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fvg 0.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/hfm.svg +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/img 0 (copy).svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/img0.svg +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/ionp 4 (another copy).svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/ionp4.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/manualValve 1 (copy).svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/manualValve 1.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/motors +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/pirg 0 (copy).svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/pirg0.svg +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/rga 0.svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/rga0.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/ring 1.png +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/ring 0.svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/ring-off-anti.svg +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/ring 1.svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/ring-on-anti.svg +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/shutter 3.svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/shutter-closed.svg +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/shutter 2.svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/shutter-closing.svg +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/shutter 1 (copy).svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/shutter-open.svg +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/shutter 1.svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/shutter-opening.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/slits.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/space 0.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/spacenew 0.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/table.png +0 -0
- /techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols/valve 1 (copy).svg → /techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols/valve.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/vfm-up.svg +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/webcam.png +0 -0
- {techui_builder-0.7.3/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/webcam.svg +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/setup.cfg +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/__init__.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/_logger.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/autofill.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/schema_generator.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/utils.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder/validator.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder.egg-info/dependency_links.txt +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder.egg-info/entry_points.txt +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder.egg-info/requires.txt +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/src/techui_builder.egg-info/top_level.txt +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/__init__.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/conftest.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_autofiller.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/group.xml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/index.bob +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/motor-edited.bob +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/motor.bob +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/motor_bad.bob +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/motor_embed.bob +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/test_bob.bob +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/test_bob_bad.bob +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/test_bob_embedded.bob +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/test_bob_navtabs.bob +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/widget.xml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/widget_bad.xml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/widget_bad_2.xml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/widget_custom_suffix.xml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/widget_related.xml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/widget_related_no_suffix.xml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_files/widget_url_screen.xml +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_generate_jsonmap.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_logger.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_status.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_utils.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/tests/test_validator.py +0 -0
- {techui_builder-0.7.3 → techui_builder-0.7.5}/uv.lock +0 -0
|
@@ -24,4 +24,4 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua
|
|
|
24
24
|
|
|
25
25
|
This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects.
|
|
26
26
|
|
|
27
|
-
For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.0
|
|
27
|
+
For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.2.0/how-to.html).
|
|
@@ -9,9 +9,6 @@ on:
|
|
|
9
9
|
type: string
|
|
10
10
|
description: The runner to run this job on
|
|
11
11
|
required: true
|
|
12
|
-
secrets:
|
|
13
|
-
CODECOV_TOKEN:
|
|
14
|
-
required: true
|
|
15
12
|
|
|
16
13
|
env:
|
|
17
14
|
# https://github.com/pytest-dev/pytest/issues/2042
|
|
@@ -41,5 +38,3 @@ jobs:
|
|
|
41
38
|
with:
|
|
42
39
|
name: ${{ inputs.python-version }}/${{ inputs.runs-on }}
|
|
43
40
|
files: cov.xml
|
|
44
|
-
env:
|
|
45
|
-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
|
@@ -18,14 +18,12 @@ jobs:
|
|
|
18
18
|
strategy:
|
|
19
19
|
matrix:
|
|
20
20
|
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
|
|
21
|
-
python-version: ["3.12", "3.13"]
|
|
21
|
+
python-version: ["3.12", "3.13", "3.14"]
|
|
22
22
|
fail-fast: false
|
|
23
23
|
uses: ./.github/workflows/_test.yml
|
|
24
24
|
with:
|
|
25
25
|
runs-on: ${{ matrix.runs-on }}
|
|
26
26
|
python-version: ${{ matrix.python-version }}
|
|
27
|
-
secrets:
|
|
28
|
-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
|
29
27
|
|
|
30
28
|
dist:
|
|
31
29
|
uses: ./.github/workflows/_dist.yml
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"cwd": "${workspaceFolder}",
|
|
13
13
|
"program": "${workspaceFolder}/src/techui_builder/__main__.py",
|
|
14
14
|
"console": "integratedTerminal",
|
|
15
|
-
"args": "${workspaceFolder}/example
|
|
15
|
+
"args": "build ${workspaceFolder}/example/t01-services/synoptic/techui.yaml"
|
|
16
16
|
},
|
|
17
17
|
]
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# The devcontainer should use the developer target and run as root with podman
|
|
2
2
|
# or docker with user namespaces.
|
|
3
|
-
FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:
|
|
3
|
+
FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:resolute AS developer
|
|
4
4
|
|
|
5
5
|
# Add any system dependencies for the developer/build environment here
|
|
6
6
|
RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: techui-builder
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
4
4
|
Summary: A package for building Phoebus GUIs
|
|
5
5
|
Author-email: Oliver Copping <oliver.copping@diamond.ac.uk>, Adedamola Sode <adedamola.sode@diamond.ac.uk>, Niamh Dougan <niamh.dougan@diamond.ac.uk>, Thomas Kane <thomas.kane@diamond.ac.uk>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
6
7
|
Project-URL: GitHub, https://github.com/DiamondLightSource/techui-builder
|
|
7
|
-
Classifier: Development Status :: 3 - Alpha
|
|
8
8
|
Classifier: Programming Language :: Python :: 3.12
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.13
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
10
11
|
Requires-Python: <4.0,>=3.12
|
|
11
12
|
Description-Content-Type: text/markdown
|
|
12
13
|
License-File: LICENSE
|
|
@@ -32,8 +33,9 @@ A package for building Phoebus GUIs
|
|
|
32
33
|
|
|
33
34
|
Techui-builder is a module for building and organising phoebus gui screens using a builder-ibek yaml description of an IOC, with a user created techui.yaml file containing a description of the screens the user wants to create.
|
|
34
35
|
|
|
35
|
-
|
|
36
|
+
What | Where
|
|
36
37
|
:---: | :---:
|
|
38
|
+
Source | <https://github.com/DiamondLightSource/techui-builder>
|
|
37
39
|
PyPI | `pip install techui-builder`
|
|
38
40
|
Releases | <https://github.com/DiamondLightSource/techui-builder/releases>
|
|
39
41
|
|
|
@@ -59,8 +61,8 @@ The process to use this module goes as follows (WIP):
|
|
|
59
61
|
|
|
60
62
|
```
|
|
61
63
|
beamline:
|
|
62
|
-
|
|
63
|
-
|
|
64
|
+
location: {e.g. b23, b01-1}
|
|
65
|
+
domain: {e.g. bl23b}
|
|
64
66
|
desc: {beamline description}
|
|
65
67
|
url: {e.g. b23-opis.diamond.ac.uk}
|
|
66
68
|
|
|
@@ -9,8 +9,9 @@ A package for building Phoebus GUIs
|
|
|
9
9
|
|
|
10
10
|
Techui-builder is a module for building and organising phoebus gui screens using a builder-ibek yaml description of an IOC, with a user created techui.yaml file containing a description of the screens the user wants to create.
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
What | Where
|
|
13
13
|
:---: | :---:
|
|
14
|
+
Source | <https://github.com/DiamondLightSource/techui-builder>
|
|
14
15
|
PyPI | `pip install techui-builder`
|
|
15
16
|
Releases | <https://github.com/DiamondLightSource/techui-builder/releases>
|
|
16
17
|
|
|
@@ -36,8 +37,8 @@ The process to use this module goes as follows (WIP):
|
|
|
36
37
|
|
|
37
38
|
```
|
|
38
39
|
beamline:
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
location: {e.g. b23, b01-1}
|
|
41
|
+
domain: {e.g. bl23b}
|
|
41
42
|
desc: {beamline description}
|
|
42
43
|
url: {e.g. b23-opis.diamond.ac.uk}
|
|
43
44
|
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# techui-support
|
|
2
|
+
|
|
3
|
+
A submodule to supplement [techui-builder](git@github.com:DiamondLightSource/techui-builder).
|
|
4
|
+
|
|
5
|
+
This contains summary .bob files used by Phoebus as well as Lucide SVG icons for device components.
|
|
6
|
+
|
|
7
|
+
Here are the most commonly used icons:
|
|
8
|
+
|
|
9
|
+
| Description | Symbol | Lucide Ref
|
|
10
|
+
| --- | --- | ---
|
|
11
|
+
| Radiation Monitor |  | (radiation)
|
|
12
|
+
| Cryocooler |  | (snowflake)
|
|
13
|
+
| Camera |  | (cctv custom)
|
|
14
|
+
| Lens |  | (lens-convex)
|
|
15
|
+
| Oscilloscope |  | (audio-waveform)
|
|
16
|
+
| Light Source |  | (sun)
|
|
17
|
+
| Ring On | <img src="symbols/ring-on.svg" width="24" height="24" alt="ring-on"> | (custom)
|
|
18
|
+
| Ring Off | <img src="symbols/ring-off.svg" width="24" height="24" alt="ring-on"> | (custom)
|
|
19
|
+
| Rotation Stage |  | (rotate-cw)
|
|
20
|
+
| Translation Stage |  | (move)
|
|
21
|
+
| Cog |  | (cog)
|
|
22
|
+
| |  |
|
|
23
|
+
| |  |
|
|
24
|
+
| |  |
|
|
25
|
+
| |  |
|
|
26
|
+
| |  |
|
|
27
|
+
| |  |
|
|
28
|
+
| Slits |  | (slits)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<!-- ## Vacuum
|
|
35
|
+
|
|
36
|
+
| Widget | Symbol | Description
|
|
37
|
+
| --- | --- | ---
|
|
38
|
+
| Ion Pump |  |
|
|
39
|
+
| Inverted Magnetron Gauge (IMG) |  |
|
|
40
|
+
| Pirani Gauge |  |
|
|
41
|
+
| Scroll Pump | |
|
|
42
|
+
| Fast Valve | .svg>) |
|
|
43
|
+
| Gate Valve |  |
|
|
44
|
+
| Residual Gas Analyser |  |
|
|
45
|
+
| Radiation Monitor | |
|
|
46
|
+
| Absorber |  |
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## Motion
|
|
50
|
+
|
|
51
|
+
| Widget | Symbol | Description
|
|
52
|
+
| --- | --- | ---
|
|
53
|
+
| Slits | |
|
|
54
|
+
Motion Controller
|
|
55
|
+
| Filter | 
|
|
56
|
+
| Shutter |     | Opening, Open, Closing, Closed |
|
|
57
|
+
| Custom Aperture | 
|
|
58
|
+
Optical Table
|
|
59
|
+
| Monochromator |  |
|
|
60
|
+
| Mirror |  | Horizontal/Vertical Focusing Mirrors
|
|
61
|
+
| Robot |  |
|
|
62
|
+
|
|
63
|
+
## Detectors
|
|
64
|
+
|
|
65
|
+
| Widget | Symbol | Description
|
|
66
|
+
| --- | --- | ---
|
|
67
|
+
| Webcam |  |
|
|
68
|
+
Alignment Camera |  |
|
|
69
|
+
Detector
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## Diagnostics
|
|
73
|
+
|
|
74
|
+
| Widget | Symbol | Description
|
|
75
|
+
| --- | --- | ---
|
|
76
|
+
Diagnostic Stick |  | Without and with camera
|
|
77
|
+
Fluorescent Screen |  |
|
|
78
|
+
| Ion Chamber |  |
|
|
79
|
+
XIA Filter Array | |
|
|
80
|
+
| Attenuator |  |
|
|
81
|
+
|
|
82
|
+
# Other
|
|
83
|
+
|
|
84
|
+
| Widget | Symbol | Description
|
|
85
|
+
| --- | --- | ---
|
|
86
|
+
| Collimator |  |
|
|
87
|
+
| Chiller |  |
|
|
88
|
+
Diode|  |
|
|
89
|
+
Cryocooler
|
|
90
|
+
Zebra
|
|
91
|
+
Panda
|
|
92
|
+
| Ring |  | Stored beam off/on -->
|