Skip to content

Commit

Permalink
Merge pull request #173 from ZLLentz/enh_default_pydm_proto
Browse files Browse the repository at this point in the history
ENH: set the default pydm protocol to ca, the most-used protocol
  • Loading branch information
ZLLentz authored Feb 14, 2024
2 parents a3052b2 + 97db288 commit 1d2afcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dev_conda
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ EPICS_ROOT="/cds/group/pcds/epics-dev"
export PYTHONPATH="${APPS_ROOT}/dev/pythonpath"
export PYQTDESIGNERPATH="${CONDA_ROOT}/dev_designer_plugins/:${PYQTDESIGNERPATH}"
export PYDM_CONFIRM_QUIT=0
export PYDM_DEFAULT_PROTOCOL=ca
export PYDM_DESIGNER_ONLINE=1
export PYDM_DISPLAYS_PATH="${PCDSDEVICES_DEV_UI}:${EPICS_ROOT}/screens/pydm:${EPICS_ROOT}"
export PYDM_STYLESHEET="${EPICS_ROOT}/screens/pydm/vacuumscreens/styleSheet/masterStyleSheet.qss"
Expand Down
1 change: 1 addition & 0 deletions scripts/pcds_conda
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ TYPHOS_PROD_DEVICES_UI="${SITE_PACKAGES}/typhos/ui/devices"
EPICS_ROOT="/cds/group/pcds/epics-dev"

export PYDM_CONFIRM_QUIT=0
export PYDM_DEFAULT_PROTOCOL=ca
export PYDM_DESIGNER_ONLINE=1
export PYDM_DISPLAYS_PATH="${PCDSDEVICES_PROD_UI}:${TYPHOS_PROD_DEVICES_UI}:${PCDSDEVICES_DEV_UI}:${EPICS_ROOT}/screens/pydm:${EPICS_ROOT}"
export PYDM_STYLESHEET="${EPICS_ROOT}/screens/pydm/vacuumscreens/styleSheet/masterStyleSheet.qss"
Expand Down

0 comments on commit 1d2afcf

Please sign in to comment.