Feature#

class Feature(name, units, element)[source]#

Abstract class for a feature in BioSTEAM.

name#

Name of feature.

Type:

str

units#

Units of measure.

Type:

str

element#

Element corresponding to feature.

Type:

object

describe(number_format='.3g', distribution=True, bounds=True)[source]#

Return description of feature.