diff options
Diffstat (limited to '1055/CH13/EX13.9/ch13_9.sce')
-rwxr-xr-x | 1055/CH13/EX13.9/ch13_9.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1055/CH13/EX13.9/ch13_9.sce b/1055/CH13/EX13.9/ch13_9.sce new file mode 100755 index 000000000..581340f4c --- /dev/null +++ b/1055/CH13/EX13.9/ch13_9.sce @@ -0,0 +1,7 @@ +//Determine the short circuit capacity of the breaker
+clear
+clc;
+Sb=8;// Base MVA
+Zeq=(%i*.15)*(%i*.315)/(%i*.465);
+Scc=abs(Sb/Zeq);
+mprintf("short circuit capacity=%.2f MVA\n",Scc);
|