Document, approved by the responsible regulatory agency, listing the
terms and conditions, including a schedule of prices, under which utility
services will be provided. It has a unique number within the state or
province. For Rate Schedules it is frequently allocated by the affiliated
Public Utilities Commission.
|
|
__init__(self,
startDate='',
endDate='',
TariffProfiles=None,
PricingStructures=None,
*args,
**kw_args)
Initialises a new 'Tariff' instance. |
|
|
|
|
| addPricingStructures(self,
*PricingStructures) |
|
|
|
|
| addTariffProfiles(self,
*TariffProfiles) |
|
|
|
|
getPricingStructures(self)
All pricing structures using this tariff. |
|
|
|
|
getTariffProfiles(self)
All tariff profiles using this tariff. |
|
|
|
|
| removePricingStructures(self,
*PricingStructures) |
|
|
|
|
| removeTariffProfiles(self,
*TariffProfiles) |
|
|
|
|
| setPricingStructures(self,
value) |
|
|
|
|
| setTariffProfiles(self,
value) |
|
|
|
Inherited from Common.Document'.Document:
addActivityRecords,
addMeasurements,
getActivityRecords,
getMeasurements,
removeActivityRecords,
removeMeasurements,
setActivityRecords,
setMeasurements
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|