diff options
Diffstat (limited to '1418/CH26/EX26.34/EX26_34.sce')
-rw-r--r-- | 1418/CH26/EX26.34/EX26_34.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1418/CH26/EX26.34/EX26_34.sce b/1418/CH26/EX26.34/EX26_34.sce new file mode 100644 index 000000000..61090457d --- /dev/null +++ b/1418/CH26/EX26.34/EX26_34.sce @@ -0,0 +1,12 @@ +//EXAMPLE 26.34
+//4-POLE LAP WOUND DC MACHINE
+
+clc;
+funcprot(0);
+
+//Variable Initialisation
+Ra=0.15;...........//Armature resistance in Ohms
+P=4;..............//Number of poles
+Al=P;...............//Number of parallel paths if generator is lap wound
+Ral=Al*Ra;............//Armature resistance if generator is wave wound
+disp(Ral,"Armature resistance if generator is wave wound in Ohms:");
|