power_budget#

PostProcessor.power_budget(units='W', temperature=22, output_type='component')[source]#

Power budget calculation.

Parameters:
unitsstr, optional

Output power units. The default is "W".

temperaturefloat, optional

Temperature to calculate the power. The default is 22.

output_typestr, optional

Output data presentation. The default is "component". The options are "component", or "boundary". "component" will return the power based on each component. "boundary" will return the power based on each boundary.

Returns:
dict, float

Dictionary with the power introduced on each boundary and total power.

References

>>> oEditor.ChangeProperty