
modelBusFault
Extends from Icons.Bus, Electrical.BaseClasses.OnePortAC (Base class for AC components with one port).
Parameters
| Type | Name | Default | Description |
| Types.Voltage | UNom (from OnePortAC) | | Nominal/rated line-to-line voltage |
| Types.ApparentPower | SNom (from OnePortAC) | | Nominal/rated apparent power |
| Boolean | portVariablesPhases (from OnePortAC) | false | Compute voltage and current phases for monitoring purposes only |
| Boolean | portVariablesPu (from OnePortAC) | true | Add per-unit variables to model |
| Boolean | generatorConvention (from OnePortAC) | false | Add currents with generator convention (i > 0 when exiting the device) to model |
| LocalInitializationOption | localInit (from OnePortAC) | LocalInitializationOption.none | Initialize the component locally in steady state from port start values |
| Initialization |
| Types.Voltage | UStart (from OnePortAC) | UNom | Start value of phase-to-phase voltage phasor, absolute value |
| Types.Angle | UPhaseStart (from OnePortAC) | 0 | Start value of phase-to-phase voltage phasor, phase angle |
| Types.ActivePower | PStart (from OnePortAC) | SNom | Start value of active power flowing into the port |
| Types.ReactivePower | QStart (from OnePortAC) | 0 | Start value of reactive power flowing into the port |
| Fault data |
| Types.Resistance | R | 0 | Series resistance to ground during fault |
| Types.Reactance | X | 0 | Series reactance to ground during fault |
| SI.Time | startTime | | Start time of the fault |
| SI.Time | stopTime | | End time of the fault |
Components
| Type | Name | Default | Description |
| PortAC | port (from OnePortAC) | | AC port of node |
| Electrical.System | systemPowerGrids (from OnePortAC) | | Reference to system object |
| Types.ComplexVoltage | v | port.v | Port voltage, phase-to-ground |
| Types.ComplexCurrent | i | port.i | Port current |
| Types.ComplexAdmittance | Y | | Shunt admittance |
| Boolean | fault | | The fault is active |