CurrentSource
Idealized source of current.
Published "currentSource" part
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = {
type: "currentSource",
current_value: 0.01,
map_input_to_terminal_uid: "your-terminal-element-uid",
map_output_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "currentSource" | The type of this object, always the string literal "currentSource" | |
current_value | number | 0.01 | The idealized constant current generated by the current source. |
map_input_to_terminal_uid | string | The terminal ID corresponding to the current source's input. | |
map_output_to_terminal_uid | string | The terminal ID corresponding to the current source's output. |
Was this page helpful?