Files
xil_bec/xil_bec/deployments/device_server/startup.py
wakonig_k 8b73cee07b
Some checks failed
CI for xil_bec / test (push) Failing after 32s
Init repo xil_bec at template version v1.2.2
2026-01-12 15:12:17 +01:00

12 lines
251 B
Python

import os
def setup_epics_ca():
# os.environ["EPICS_CA_AUTO_ADDR_LIST"] = "NO"
# os.environ["EPICS_CA_ADDR_LIST"] = "129.129.122.255 sls-x12sa-cagw.psi.ch:5836"
os.environ["PYTHONIOENCODING"] = "latin1"
def run():
setup_epics_ca()