altdss
#
This package exposes base objects for the pythonic Obj and Batch interfaces from DSS C-API. These interfaces are unique to DSS-Extensions, they are not present in the official OpenDSS.
This is still under development and the final implementation might differ in some aspects.
One recent change, as planned, was to adjust the spelling of many properties; nconds
became NConds
,
kv
became kV
, and so on. This is still open to suggestions, since we also considered forcing
camelCase instead of PascalCase. There is no common naming convention in the OpenDSS properties
across different components and we could not reach a great solution yet changing only the capitalization.
Note that a plain snake_case
convention, forcing all lower-case characters, does not benefit us since it
obfuscates important information, besides deviating too much from the OpenDSS property names in the
input data.
We also already removed wdg
and the indirect properties in favour of the array versions.
This will also be tweaked after more usage. NConds
, for example, may also be removed if we can
develop a mechanism to ensure the dimensions match.
Submodules#
altdss.AltDSS
altdss.ArrayProxy
altdss.AutoTrans
altdss.Batch
altdss.Bus
altdss.CNData
altdss.CapControl
altdss.Capacitor
altdss.CircuitElement
altdss.ControlQueue
altdss.DSSObj
altdss.DynamicExp
altdss.ESPVLControl
altdss.EnergyMeter
altdss.EnergyMeterExtras
altdss.Error
altdss.ExpControl
altdss.Fault
altdss.Fuse
altdss.GICLine
altdss.GICTransformer
altdss.GICsource
altdss.GenDispatcher
altdss.Generator
altdss.GrowthShape
altdss.IndMach012
altdss.InvControl
altdss.Isource
altdss.Line
altdss.LineCode
altdss.LineGeometry
altdss.LineSpacing
altdss.Load
altdss.LoadShape
altdss.LoadShapeExtras
altdss.Monitor
altdss.MonitorExtras
altdss.Obj
altdss.PCElement
altdss.PDElement
altdss.PVSystem
altdss.PriceShape
altdss.Reactor
altdss.Recloser
altdss.ReduceCkt
altdss.RegControl
altdss.Relay
altdss.Sensor
altdss.Settings
altdss.Solution
altdss.Spectrum
altdss.Storage
altdss.StorageController
altdss.SwtControl
altdss.TCC_Curve
altdss.TSData
altdss.TShape
altdss.Topology
altdss.Transformer
altdss.TransformerExtras
altdss.UPFC
altdss.UPFCControl
altdss.VCCS
altdss.VSConverter
altdss.Vsource
altdss.WireData
altdss.XYcurve
altdss.XfmrCode
altdss.YMatrix
altdss.ZIP
altdss.common
altdss.enums
altdss.types
Package Contents#
Data#
API#
- altdss.altdss#
‘AltDSS(…)’