Definition at line 9 of file transformer_configuration.h.
Public Types | |
| enum | { UNKNOWN, WYE_WYE, DELTA_DELTA, DELTA_GWYE, SINGLE_PHASE, SINGLE_PHASE_CENTER_TAPPED } |
| enum | { POLETOP, PADMOUNT, VAULT } |
Public Member Functions | |
| int | create (void) |
| int | isa (char *classname) |
| transformer_configuration (MODULE *mod) | |
Public Attributes | |
| complex | impedence |
| int32 | kVA_rating |
| int32 | phaseA_kVA_rating |
| int32 | phaseB_kVA_rating |
| int32 | phaseC_kVA_rating |
| double | V_primary |
| double | V_secondary |
Static Public Attributes | |
| static transformer_configuration * | defaults = NULL |
| static CLASS * | oclass = NULL |
| static CLASS * | pclass = NULL |
| anonymous enum |
Definition at line 16 of file transformer_configuration.h.
| anonymous enum |