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