DIAC
Diode for alternating current. See https://en.wikipedia.org/wiki/DIAC
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = {
type: "DIAC",
onresistance: 500,
offresistance: 1e8,
holdcurrent: 0.01,
breakdown: 30,
map_input_to_terminal_uid: "your-terminal-element-uid",
map_output_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "DIAC" | The type of this object, always the string literal "DIAC" | |
onresistance | number | 500 | On resistance (ohms) |
offresistance | number | 1e8 | Off resistance (ohms) |
holdcurrent | number | 0.01 | Hold current (amps) |
breakdown | number | 30 | Breakdown voltage (volts) |
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?