First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You cannot access the memory data in one PSSe GUI instance from a second PSSe GUI instance. Complementing Sheng's answer:
step1: run your LF activities (in parallel, distributed in several pcs or serially). Save the cases.
step2: run a python script to work on comparing (PSSe has an activity to compare two cases) the cases - you can process the cases within a loop to extract the information to be compared and write it to a csv file.
step3: The output csvfile can be loaded to excel for quick comparison of the variables of interest (or post-processed with a third python code)