Skip to main content

Module prop

Module prop 

Source
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§

CAPACITOR
GENERATOR
LINE
LINECODE
LOAD
REACTOR
REGCONTROL
SWTCONTROL
TRANSFORMER
VSOURCE

Functions§

class_by_name
Case insensitive exact class name lookup (circuit is handled by the command layer, not here).