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

getDict(wrapStrings=False)[source]
nr = 1
set(key, value)[source]
PyFoam.Basics.CustomPlotInfo.cleanString(data)[source]
PyFoam.Basics.CustomPlotInfo.encloseString(data)[source]
PyFoam.Basics.CustomPlotInfo.readCustomPlotInfo(rawData, useName=None)[source]

Determines which of the three possible formats for custom-plotting is used and returns a list of CustomPlotInfo-objects :param rawData: a string that contains the raw data

PyFoam.Basics.CustomPlotInfo.resetCustomCounter()[source]

Reset the counter. Use with care