__init__(self,
category='
' ,
serialNumber='
' ,
manufacturedDate='
' ,
lotNumber='
' ,
critical=False,
application='
' ,
initialLossOfLife=0.0,
corporateCode='
' ,
purchasePrice=0.0,
utcNumber='
' ,
installationDate='
' ,
initialCondition='
' ,
PowerSystemResources=None,
Properties=None,
acceptanceTest=None,
ActivityRecords=None,
Location=None,
AssetFunctions=None,
Measurements=None,
AssetContainer=None,
status=None,
Ratings=None,
electronicAddress=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'Asset' instance.
- Parameters:
category - Extension mechanism to accommodate utility-specific
categorisation of Asset and its subtypes, according to their
corporate standards, practices, and existing IT systems (e.g.,
for management of assets, maintenance, work, outage, customers,
etc.).
serialNumber - Serial number of this asset.
manufacturedDate - Date this asset was manufactured.
lotNumber - Lot number for this asset. Even for the same model and version
number, many assets are manufactured in lots.
critical - True if asset is considered critical for some reason (for
example, a pole with critical attachments).
application - The way this particular asset is being used in this installation.
For example, the application of a bushing when attached to a
specific transformer winding would be one of the following: H1,
H2, H3, H0, X1, X2, X3, X0, Y1, Y2, Y3, Y0.
initialLossOfLife - Whenever an asset is reconditioned, percentage of expected life
for the asset when it was new; zero for new devices.
corporateCode - Code for this type of asset.
purchasePrice - Purchase price of asset.
utcNumber - Uniquely Tracked Commodity (UTC) number.
installationDate - (if applicable) Date current installation was completed, which
may not be the same as the in-service date. Asset may have been
installed at other locations previously. Ignored if asset is (1)
not currently installed (e.g., stored in a depot) or (2) not
intended to be installed (e.g., vehicle, tool).
initialCondition - Condition of asset in inventory or at time of installation.
Examples include new, rebuilt, overhaul required, other. Refer to
inspection data for information on the most current condition of
the asset.
PowerSystemResources - All power system resources used to electrically model this asset.
For example, transformer asset is electrically modelled with a
transformer and its windings and tap changer.
Properties - UserAttributes used to specify further properties of this asset.
Use 'name' to specify what kind of property it is, and
'value.value' attribute for the actual value.
acceptanceTest - Information on acceptance test.
ActivityRecords - All activity records created for this asset.
Location - Location of this asset.
AssetFunctions
Measurements
AssetContainer
status - Status of this asset.
Ratings - UserAttributes used to specify ratings of this asset. Ratings
also can be used to set the initial value of operational
measurement limits. Use 'name' to specify what kind of rating it
is (e.g., voltage, current), and 'value' attribute for the actual
value and unit information of the rating.
electronicAddress - Electronic address.
- Overrides:
object.__init__
|