You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
User can define the grid source phase voltage, frequency, transformer power capacity, transformer impedance, short circuit level and X/R ratio to determine the source impedance, R and L.
Determine R & L based on transformer power capacity and transformer impedance
Zbase = Vrms^2/S;
Z = Zbase * (ZTx/100);
R = Z/sqrt(1+X_R^2);
L = (R*X_R)/(2*pi*f0);
Determine R & L based on 3 phase short circuit level at base voltage
XL = Vrms^2/SC;
R = XL/X_R;
L = XL/(2*pi*f0);
Developed by Rodney Tan (PhD)
Version 1.00 (Nov 2025)
Cite As
Rodney Tan (2026). Simscape Single Phase Grid Source (https://uk.mathworks.com/matlabcentral/fileexchange/182710-simscape-single-phase-grid-source), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (106 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
