- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » How to plot Power (W) vs Voltage (V) ?
How to plot Power (W) vs Voltage (V) ?
How to plot Power (W) vs Voltage (V) ?
I have download openmodelica repo in this link : PVSystems Repo.
I have run a PVarray verification simulation [/PVSystems/Examples/Verification/PVArrayVerification]. I want to plot Power (W) vs Voltage (V) as in the picture :. How to do that?
Thank you
Re: How to plot Power (W) vs Voltage (V) ?
you could use the parametric plot in Plotting view (spiral solid line under menu bar)
- Arinomo23
- 120 Posts
Re: How to plot Power (W) vs Voltage (V) ?
Yes, I tried that. I only managed to plot the Voltage VS Current. I don't know yet how to plot Power (W) vs Voltage (V). I think I need to calculate the power value (P = V x I) first. Can that be done in the "Plotting" perspectiv?
Re: How to plot Power (W) vs Voltage (V) ?
yes you have to define P first in your model (i.e. calulate variable P = V * I)
- Arinomo23
- 120 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » How to plot Power (W) vs Voltage (V) ?