Skip to content

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

NameDirectionValue typeNotes
N1electricaldouble
N2electricaldouble
ctrlinputdouble

Parameters

NameLabelTypeDefaultUnitsDescription
resistance_onR_ondouble0.001Ohms (Ω, , )Closed-state resistance. Pick a unit from the dropdown.
resistance_offR_offdouble1000000000Ohms (Ω, , )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).

Released under the MIT License.