TappedTransformer
Tapped transformer. See https://en.wikipedia.org/wiki/Center_tap
Published "tappedTransformer" part
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = {
type: "tappedTransformer",
inductance: 4,
ratio: 1,
couplingCoef: 0.99,
map_a_to_terminal_uid: "your-terminal-element-uid",
map_b_to_terminal_uid: "your-terminal-element-uid",
map_c_to_terminal_uid: "your-terminal-element-uid",
map_d_to_terminal_uid: "your-terminal-element-uid",
map_e_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "tappedTransformer" | The type of this object, always the string literal "tappedTransformer" | |
inductance | number | 4 | Primary Inductance (H) |
ratio | number | 1 | Ratio |
couplingCoef | number | 0.99 | Coupling Coefficient |
map_a_to_terminal_uid | string | The terminal IDs. | |
map_b_to_terminal_uid | string | ||
map_c_to_terminal_uid | string | ||
map_d_to_terminal_uid | string | ||
map_e_to_terminal_uid | string |
Was this page helpful?