Expand description
OpenDSS class and property name tables, in definition order.
Names and order come from each class’s DefineProperties in the OpenDSS source (epri-dev/OpenDSS-C): the order fixes both positional property assignment and abbreviation resolution. Lookup is case insensitive, exact match first, then the first name in definition order with the query as a prefix (THashList::FindAbbrev). Every class list ends with the inherited properties: PD elements add normamps..repair, PC elements add spectrum, and every circuit element adds basefreq, enabled, like.
Structs§
- DssClass
- One OpenDSS object class: canonical name plus ordered property names.
Statics§
Functions§
- class_
by_ name - Case insensitive exact class name lookup (
circuitis handled by the command layer, not here).