SparkGap
Spark gap. See https://en.wikipedia.org/wiki/Spark_gap
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = {
type: "sparkGap",
onresistance: 1e3,
offresistance: 1e9,
breakdown: 1e3,
holdcurrent: 0.001,
map_input_to_terminal_uid: "your-terminal-element-uid",
map_output_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "sparkGap" | The type of this object, always the string literal "sparkGap" | |
onresistance | number | 1e3 | On resistance (ohms) |
offresistance | number | 1e9 | Off resistance (ohms) |
breakdown | number | 1e3 | Breakdown voltage |
holdcurrent | number | 0.001 | Holding current (A) |
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?