PyFoam.Basics.CustomPlotInfo module¶
Information about custom plots
-
class
PyFoam.Basics.CustomPlotInfo.
CustomPlotInfo
(raw=None, name=None, enabled=True)[source]¶ Bases:
object
Information about a custom plot
-
_CustomPlotInfo__is_attribute
(d)¶
-
__dict__
= mappingproxy({'__module__': 'PyFoam.Basics.CustomPlotInfo', '__doc__': 'Information about a custom plot', 'nr': 1, '__init__': <function CustomPlotInfo.__init__>, 'set': <function CustomPlotInfo.set>, '__str__': <function CustomPlotInfo.__str__>, '_CustomPlotInfo__is_attribute': <function CustomPlotInfo.__is_attribute>, 'getDict': <function CustomPlotInfo.getDict>, '__getattr__': <function CustomPlotInfo.__getattr__>, '__dict__': <attribute '__dict__' of 'CustomPlotInfo' objects>, '__weakref__': <attribute '__weakref__' of 'CustomPlotInfo' objects>})¶
-
__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¶
-