summaryrefslogtreecommitdiff
path: root/Working_Examples/83/CH17/EX17.2
diff options
context:
space:
mode:
Diffstat (limited to 'Working_Examples/83/CH17/EX17.2')
-rwxr-xr-xWorking_Examples/83/CH17/EX17.2/example_17_2.sce10
-rwxr-xr-xWorking_Examples/83/CH17/EX17.2/result_example_17_2.txt4
2 files changed, 14 insertions, 0 deletions
diff --git a/Working_Examples/83/CH17/EX17.2/example_17_2.sce b/Working_Examples/83/CH17/EX17.2/example_17_2.sce
new file mode 100755
index 0000000..c216cae
--- /dev/null
+++ b/Working_Examples/83/CH17/EX17.2/example_17_2.sce
@@ -0,0 +1,10 @@
+//Chapter 17
+//Example 17.2
+//page 602
+//To find capacity of static VAR compensator
+clear;clc;
+
+delta_V=5/100; //allowable voltage fluctuation
+S_sc=5000; //system short circuit capacity in MVA
+delta_Q=delta_V*S_sc; //size of the compensator
+printf('The capacity of the static VAR compensator is +%d MVAR',delta_Q); \ No newline at end of file
diff --git a/Working_Examples/83/CH17/EX17.2/result_example_17_2.txt b/Working_Examples/83/CH17/EX17.2/result_example_17_2.txt
new file mode 100755
index 0000000..57f0937
--- /dev/null
+++ b/Working_Examples/83/CH17/EX17.2/result_example_17_2.txt
@@ -0,0 +1,4 @@
+
+
+The capacity of the static VAR compensator is +250 MVAR
+