Ammeter
Measuring instrument used to measure the current in a circuit. See https://en.wikipedia.org/wiki/Ammeter
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = { type: "ammeter", meter: "AM_VOL", map_input_to_terminal_uid: "your-terminal-element-uid", map_output_to_terminal_uid: "your-terminal-element-uid"}Fields
| Name | Type | Default | Description | |
|---|---|---|---|---|
type | "ammeter" | The type of this object, always the string literal "ammeter" | ||
meter | `"AM_VOL" | "AM_RMS"` | "AM_VOL" | Current or RMS Current |
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?