Skip to content

Commit

Permalink
Tidy macros
Browse files Browse the repository at this point in the history
RE #
  • Loading branch information
cailafinn committed Sep 20, 2022
1 parent 48ad803 commit 15a3a03
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/mercuryitc_VTI_SPC.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,9 @@ def get_card_pv_prefix(card):
macros.update({"LEVEL_{}".format(key): val for key, val in enumerate(LEVEL_CARDS, start=1)})
macros["SPC_TYPE_1"] = "VTI"
macros["SPC_TYPE_2"] = "VTI"
macros["FLOW_SPC_PRESSURE_1"] = 1
macros["FLOW_SPC_PRESSURE_2"] = 1
macros["FLOW_SPC_MIN_PRESSURE"] = SPC_MIN_PRESSURE
macros["FLOW_SPC_TEMP_DEADBAND"] = SPC_TEMP_DEADBAND
macros["FLOW_SPC_MAX_PRESSURE"] = SPC_MAX_PRESSURE
macros["FLOW_SPC_OFFSET"] = SPC_OFFSET
macros["FLOW_SPC_OFFSET_DURATION"] = SPC_OFFSET_DURATION
macros["FLOW_SPC_GAIN"] = SPC_GAIN

macros["CALIB_BASE_DIR"] = EPICS_TOP.replace("\\", "/")
macros["CALIB_DIR"] = os.path.join("support", "mercuryitc", "master", "settings").replace("\\", "/")
macros["FLOW_SPC_TABLE_FILE"] = "little_blue_cryostat.txt"

macros["VTI_SPC_PRESSURE_1"] = 1
macros["VTI_SPC_PRESSURE_2"] = 2
Expand Down

0 comments on commit 15a3a03

Please sign in to comment.