Hi, I have a parameter with a python code object for preprocessing that I would like to use it for postprocessing. Right now, I have it written to user_file folder during pre-processing for later usage. I would like to do parameter sweep in parallel, and I would expect user_file option would mess up with multiple runs going on in parallel. Any option to write/read a parameter/variable with python code objects for each design point run? Thanks -Henry