__init__(self,
usageKind=' streetlight ' ,
corporateStandardKind=' other ' ,
modelNumber='
' ,
weightTotal=0.0,
modelVersion='
' ,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'AssetModel' instance.
- Parameters:
usageKind - Intended usage for this asset model. Values are:
"streetlight", "other", "unknown",
"substation", "distributionOverhead",
"customerSubstation", "transmission",
"distributionUnderground"
corporateStandardKind - Kind of corporate standard for this asset model. Values are:
"other", "standard",
"experimental", "underEvaluation"
modelNumber - Manufacturer's model number.
weightTotal - Total manufactured weight of asset.
modelVersion - Version number for product model, which indicates vintage of the
product.
- Overrides:
object.__init__
|