__init__(self,
description='',
name='',
aliasName='',
pathName='',
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'IdentifiedObject' instance.
- Parameters:
description - The description is a free human readable text describing or
naming the object. It may be non unique and may not correlate to
a naming hierarchy.
name - The name is a free text human readable name of the object. It may
be non unique and may not correlate to a naming hierarchy.The
name attribute is required except for the following classes:
FossilFuel, HydorPump, LoadResponseCharacteristic,
MutualCoupling, ReactiveCapabilityCurve, RegulatingControl,
SynchronousMachine, TopologicalIsland, ConductingEquipment,
Conductor, ConnectivityNodeContainer, Curve, Equipment,
EquipmentContainer, EquivalentEquipment, REgulatingCondEq,
TapChanger, BaseVoltage, Terminal, TransformerWinding,
RatioTapChanger, PhaseTapChanger, OperationalLimitSet,
CurrentLimit, and VoltageLimit.
aliasName - The aliasName is free text human readable name of the object
alternative to IdentifiedObject.name. It may be non unique and
may not correlate to a naming hierarchy.
pathName - The pathname is a system unique name composed from all
IdentifiedObject.localNames in a naming hierarchy path from the
object to the root.
- Overrides:
object.__init__
|