Fuse
Fuse. See https://en.wikipedia.org/wiki/Fuse_(electrical)
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = {
type: "fuse",
i2t: 6.73,
resistance: 0.0613,
map_output_to_terminal_uid: "your-terminal-element-uid",
map_input_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "fuse" | The type of this object, always the string literal "fuse" | |
i2t | number | 6.73 |
electrical fault. |
| resistance
| number
| 0.0613
| Resistance in Ohms |
| map_output_to_terminal_uid
| string
| | The terminal ID corresponding to the output. |
| map_input_to_terminal_uid
| string
| | The terminal ID corresponding to the input. |
Was this page helpful?