Rail
One terminal voltage source. See https://en.wikipedia.org/wiki/Voltage_source
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = { type: "rail", voltage: 5, map_output_to_terminal_uid: "your-terminal-element-uid"}Fields
| Name | Type | Default | Description |
|---|---|---|---|
type | "rail" | The type of this object, always the string literal "rail" | |
voltage | number | 5 | (V) The potential difference introduced between each terminal. |
map_output_to_terminal_uid | string | The terminal ID corresponding to the output. |
Was this page helpful?