Appearance
Breaker
Single-phase circuit breaker driven by a control signal. Acts as a small R_on resistance when closed (ctrl != 0) and a very large R_off resistance when open. No arc model.
Category: Single-Phase / Switching
Keywords: 1-phase, 1-ph, 1 ph, 1ph, single, single-phase, single phase, phase, ph, CB, circuit breaker, switch, switching, open, close
Ports
| Name | Direction | Value type | Notes |
|---|---|---|---|
N1 | electrical | double | |
N2 | electrical | double | |
ctrl | input | double |
Parameters
| Name | Label | Type | Default | Units | Description |
|---|---|---|---|---|---|
resistance_on | R_on | double | 0.001 | Ohms (Ω, kΩ, MΩ) | Closed-state resistance. Pick a unit from the dropdown. |
resistance_off | R_off | double | 1000000000 | Ohms (Ω, kΩ, MΩ) | Open-state resistance. Pick a unit from the dropdown. |
Implemented in C++ class SimCompElecBreaker (components/electrical/sim_comp_elec_breaker/sim_comp_elec_breaker.h).