Logical point on the network where the ownership of the service
changes hands. It is one of potentially many service points within a
service location, delivering service in accordance with a customer
agreement. Used at the place where a meter may be installed.Logical point
on the network where the ownership of the service changes hands. It is
one of potentially many service points within a service location,
delivering service in accordance with a customer agreement. Used at the
place where a meter may be installed.
|
|
__init__(self,
checkBilling=False,
estimatedLoad=0.0,
ratedPower=0.0,
servicePriority='',
grounded=False,
serviceDeliveryRemark='',
phaseCode='s12N',
ctptReference=0,
ratedCurrent=0.0,
ratedVoltage=0.0,
SDPLocations=None,
ServiceLocation=None,
EndDevices=None,
MeterReadings=None,
ServiceCategory=None,
PricingStructures=None,
EnergyConsumer=None,
ServiceSupplier=None,
CustomerAgreement=None,
TransformerTanks=None,
*args,
**kw_args)
Initialises a new 'ServiceDeliveryPoint' instance. |
|
|
|
|
| addEndDevices(self,
*EndDevices) |
|
|
|
|
| addMeterReadings(self,
*MeterReadings) |
|
|
|
|
| addPricingStructures(self,
*PricingStructures) |
|
|
|
|
| addSDPLocations(self,
*SDPLocations) |
|
|
|
|
getCustomerAgreement(self)
Customer agreement regulating this service delivery point. |
|
|
|
|
getEndDevices(self)
All end devices 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. |
|
|
|
|
getTransformerTanks(self)
Transformer supplying this service delivery point. |
|
|
|
|
| removeEndDevices(self,
*EndDevices) |
|
|
|
|
| removeMeterReadings(self,
*MeterReadings) |
|
|
|
|
| removePricingStructures(self,
*PricingStructures) |
|
|
|
|
| removeSDPLocations(self,
*SDPLocations) |
|
|
|
|
| setCustomerAgreement(self,
value) |
|
|
|
|
| setEndDevices(self,
value) |
|
|
|
|
| setEnergyConsumer(self,
value) |
|
|
|
|
| setMeterReadings(self,
value) |
|
|
|
|
| setPricingStructures(self,
value) |
|
|
|
|
| setSDPLocations(self,
value) |
|
|
|
|
| setServiceCategory(self,
value) |
|
|
|
|
| setServiceLocation(self,
value) |
|
|
|
|
| setServiceSupplier(self,
value) |
|
|
|
|
| setTransformerTanks(self,
value) |
|
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|