PyPO User Manual
SubprocessManager.py File Reference

Contains the tools to run a function in a subprocess. More...

Classes

class  GUI.SubprocessManager.SubprocessManager
 Manager for running functions in subprocess. More...
 
class  GUI.SubprocessManager.Waiter
 QObject Waits until process is finished and emits a signal. More...
 

Functions

def GUI.SubprocessManager.copySystem (st.System system, cSystem=True, cFrames=None, cFields=None, cCurrents=None, cScalarFields=None, cAssoc=None)
 Makes a copy of system, deep copies some dictionaries. More...
 

Detailed Description

Contains the tools to run a function in a subprocess.

Function Documentation

◆ copySystem()

def GUI.SubprocessManager.copySystem ( st.System  system,
  cSystem = True,
  cFrames = None,
  cFields = None,
  cCurrents = None,
  cScalarFields = None,
  cAssoc = None 
)

Makes a copy of system, deep copies some dictionaries.

Parameters
systemThe System object to be copied
cSystemBoolean determines wether to copy the system.system dictionary
cFrameslist of Frames to copy
cFieldslist of Fields to copy
cCurrentslist of Currents to copy
cScalarFieldslist of ScalarFields to copy