Overriding mpoption construct field

2022-05-09 Thread akhil
Hi, I want to construct and send a new variable like 'exp.sys_wide_vd_loads.ab'. where ab contains the value [0.72 2.96] or anything else defined by the user to 'mpoption' constructor that finally brings these values to the power flow algorithm (let us say it 'PQSUM' ). How can I do this with Matpo

Re: Overriding mpoption construct field

2022-05-09 Thread Ray Daniel Zimmerman
I’m not sure I fully understand the question. You can use the mpoption() function to create a MATPOWER options struct that you can then pass to runpf() or other MATPOWER functions. You can also use mpoption()to modify an existing MATPOWER options struct with standard recognized options. You can

Re: Overriding mpoption construct field

2022-05-09 Thread AKHILESH Kumar Barnwal
Thank you Prof. for help. On Tue, 10 May, 2022, 3:22 am Ray Daniel Zimmerman, wrote: > I’m not sure I fully understand the question. > > You can use the mpoption() function to create a MATPOWER options struct > that you can then pass to runpf() or other MATPOWER functions. > > You can also use m