SCR
This object describes how to configure an SRC (Silicon Controlled Rectifier) primitive. See https://en.wikipedia.org/wiki/Silicon_controlled_rectifier
Note: this model is in beta. Please contact us if you find any unusual behavior.
Note: 3 nodes, 1 internal node 0 = anode, 1 = cathode, 2 = gate 0, 3 = variable resistor 3, 1 = diode 2, 1 = 50 ohm resistor
Example usage
flux.simulationModel = { type: "SCR", gresistance: 50, holdingI: 0.0082, triggerI: 0.01, map_anode_to_terminal_uid: "your-terminal-element-uid", map_cathode_to_terminal_uid: "your-terminal-element-uid", map_gate_node_to_terminal_uid: "your-terminal-element-uid"}Fields
| Name | Type | Default | Description |
|---|---|---|---|
type | "SCR" | The type of this object, always the string literal "SCR" | |
gresistance | number | 50 | Gate Resistance (ohms) |
holdingI | number | 0.0082 | Holding Current (A) |
triggerI | number | 0.01 | Trigger Current (A) |
map_anode_to_terminal_uid | string | The terminal ID corresponding to the anode. | |
map_cathode_to_terminal_uid | string | The terminal ID corresponding to the cathode. | |
map_gate_node_to_terminal_uid | string | The terminal ID corresponding to the gate node. |
Was this page helpful?