Inverter
Changes direct current (DC) to alternating current (AC). See https://en.wikipedia.org/wiki/Power_inverter
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = {
type: "inverter",
highVoltage: 5,
slewRate: 0.5,
map_input_to_terminal_uid: "your-terminal-element-uid",
map_output_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "inverter" | The type of this object, always the string literal "inverter" | |
highVoltage | number | 5 | High Voltage (V) |
slewRate | number | 0.5 | Slew Rate (V/ns) |
map_input_to_terminal_uid | string | The terminal ID corresponding to the input. | |
map_output_to_terminal_uid | string | The terminal ID corresponding to the output. |
Was this page helpful?