Package empro :: Package toolkit :: Package analysis :: Package dc :: Module output :: Class Docx
[frames] | no frames]

Class Docx

source code

Html --+
       |
      Docx

Instance Methods
 
__init__(self, result, tableInfo, maxCurrent, maxTemperature, showViolatingCurrent, showViolatingT, **kwargs)
kwargs 'figures' any of "ALL", "TOP_BOTTOM", [id1,id2].
source code
 
generate(self, targetFileName) source code
 
plotTableTemplate(self, header, info, bookmarkName, para) source code
Method Details

__init__(self, result, tableInfo, maxCurrent, maxTemperature, showViolatingCurrent, showViolatingT, **kwargs)
(Constructor)

source code 

kwargs
    'figures' any of "ALL", "TOP_BOTTOM", [id1,id2].  The default is 'ALL'

Overrides: Html.__init__
(inherited documentation)

generate(self, targetFileName)

source code 
Overrides: Html.generate