PSPICE program for plotting maximum power transfer theorem

12:13 AM

The following circuit is used to plot the power vs the load resistance curve.

The PSPICE script is as follows.

MPTT grapgh
V1 1 0 DC 10
Rt 1 2 20
Vx 2 3 DC 0
RL 3 0 RMOD 1
.MODEL RMOD RES(R=1)
.STEP RES RMOD(R) 1, 100, 1
.DC V1 20 20 1
.PRINT DC V(1,2) I(RL)
.probe
.end
The resultant plot as a function of RL is shown below.


You Might Also Like

0 comments

Copyright statement

Copyright © 2015-2017 by Hadeed A Sher

All rights reserved. No part of this blog may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without my prior written permission. For permission requests, write to the blog author addressed “Attention: Permissions Coordinator,” at the contact form.


Disclaimer

This blog is about my PhD work and an archive to my engineering education. However, additional study material for the courses i teach and that i have studied is also archived here.
All the circuits in this blog are tested by myself under specific conditions. BE CAREFUL if you are experimenting them, the blogger and this blog are not responsible to any harm and or damage to yourself and your equipment.


Contact form

Name

Email *

Message *