pyepics / newportxps

python support code for NewportXPS drivers
BSD 2-Clause "Simplified" License
20 stars 17 forks source link

Clean TMP and CoreDump folders for XPS-D #13

Closed skordaschristofanis closed 2 years ago

skordaschristofanis commented 2 years ago

Added CleanCoreDumpFolder and CleanTmpFolder commands. By default, only for XPS-D, the CleanTmpFolder runs every time with the run_trajectory method, and the ClearCoreDumpFolder runs if the clean argument is set to true.

newville commented 2 years ago

@skordaschristofanis thanks!