PyFoam.Basics.CustomPlotInfo module¶
Information about custom plots
-
class
PyFoam.Basics.CustomPlotInfo.CustomPlotInfo(raw=None, name=None, enabled=True)[source]¶ Bases:
objectInformation about a custom plot
-
__dict__= mappingproxy({'__weakref__': <attribute '__weakref__' of 'CustomPlotInfo' objects>, '__init__': <function CustomPlotInfo.__init__>, '__doc__': 'Information about a custom plot', '__str__': <function CustomPlotInfo.__str__>, '__module__': 'PyFoam.Basics.CustomPlotInfo', 'set': <function CustomPlotInfo.set>, '__dict__': <attribute '__dict__' of 'CustomPlotInfo' objects>, 'nr': 1, 'getDict': <function CustomPlotInfo.getDict>})¶
-
__init__(raw=None, name=None, enabled=True)[source]¶ Parameters: raw – The raw data. Either a string for the two legacy-formats or a dictionary for the new format :param name: Name of the expression (only to be used for the new format) :param enabled: Should this plot be actually used?
-
__module__= 'PyFoam.Basics.CustomPlotInfo'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
nr= 1¶
-