TRIAC
Triode for alternating current. See https://en.wikipedia.org/wiki/TRIAC
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = {
type: "TRIAC",
triggerI: 0.01,
holdingI: 0.0082,
cresistance: 100,
map_input_one_to_terminal_uid: "your-terminal-element-uid",
map_input_two_to_terminal_uid: "your-terminal-element-uid",
map_output_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "TRIAC" | The type of this object, always the string literal "TRIAC" | |
triggerI | number | 0.01 | Trigger Current (A) |
holdingI | number | 0.0082 | Holding Current (A) |
cresistance | number | 100 | Gate-MT1 Resistance (ohms) |
map_input_one_to_terminal_uid | string | The terminal ID corresponding to the first input. | |
map_input_two_to_terminal_uid | string | The terminal ID corresponding to the second input. | |
map_output_to_terminal_uid | string | The terminal ID corresponding to the gate's output. |
Was this page helpful?