The transformer configuration specifies a type of transformer. More...
Functions | |
EXPORT int | create_transformer_configuration (OBJECT **obj, OBJECT *parent) |
REQUIRED: allocate and initialize an object. |
The transformer configuration specifies a type of transformer.
The total rating of the transformer must be the sum of the individual phase ratings of the transformer. The defaults are worked out as follows:
For the forward/backsweep solver, the primary voltage must be greater than the secondary voltage.
EXPORT int create_transformer_configuration | ( | OBJECT ** | obj, | |
OBJECT * | parent | |||
) |
REQUIRED: allocate and initialize an object.
obj | a pointer to a pointer of the last object in the list | |
parent | a pointer to the parent of this object |
Definition at line 314 of file transformer_configuration.cpp.