Logical point on the network where the ownership of the service
changes hands. It is one of potentially many service points within a
ServiceLocation, delivering service in accordance with a
CustomerAgreement. Used at the place where a meter may be installed.
|
__init__(self,
phaseCode=' A ' ,
ratedPower=0.0,
servicePriority='
' ,
checkBilling=False,
grounded=False,
serviceDeliveryRemark='
' ,
ratedCurrent=0.0,
estimatedLoad=0.0,
nominalServiceVoltage=0,
ctptReference=0,
PricingStructures=None,
Transformer=None,
SDPLocations=None,
EndDeviceAssets=None,
EnergyConsumer=None,
ServiceLocation=None,
CustomerAgreement=None,
MeterReadings=None,
ServiceSupplier=None,
ServiceCategory=None,
*args,
**kw_args)
Initialises a new 'ServiceDeliveryPoint' instance. |
|
|
|
addEndDeviceAssets(self,
*EndDeviceAssets) |
|
|
|
addMeterReadings(self,
*MeterReadings) |
|
|
|
addPricingStructures(self,
*PricingStructures) |
|
|
|
addSDPLocations(self,
*SDPLocations) |
|
|
|
getCustomerAgreement(self)
Customer agreement regulating this service delivery point. |
|
|
|
getEndDeviceAssets(self)
All end device assets at this service delivery point. |
|
|
|
|
|
getMeterReadings(self)
All meter readings obtained from this service delivery point. |
|
|
|
getPricingStructures(self)
All pricing structures applicable to this service delivery point
(with prepayment meter running as a stand-alone device, with no
CustomerAgreement or Customer). |
|
|
|
getSDPLocations(self)
All locations of this service delivery point. |
|
|
|
getServiceCategory(self)
Service category delivered by this service delivery point. |
|
|
|
getServiceLocation(self)
Service location where the service delivered by this service delivery
point is consumed. |
|
|
|
getServiceSupplier(self)
ServiceSupplier (Utility) utilising this service delivery point to
deliver a service. |
|
|
|
getTransformer(self)
Transformer supplying this service delivery point. |
|
|
|
removeEndDeviceAssets(self,
*EndDeviceAssets) |
|
|
|
removeMeterReadings(self,
*MeterReadings) |
|
|
|
removePricingStructures(self,
*PricingStructures) |
|
|
|
removeSDPLocations(self,
*SDPLocations) |
|
|
|
setCustomerAgreement(self,
value) |
|
|
|
setEndDeviceAssets(self,
value) |
|
|
|
setEnergyConsumer(self,
value) |
|
|
|
setMeterReadings(self,
value) |
|
|
|
setPricingStructures(self,
value) |
|
|
|
setSDPLocations(self,
value) |
|
|
|
setServiceCategory(self,
value) |
|
|
|
setServiceLocation(self,
value) |
|
|
|
setServiceSupplier(self,
value) |
|
|
|
setTransformer(self,
value) |
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|