I cannot replace a number with a variable in the gfi function (powerDynamics).
V_ref=0.5;
gfi = GFI(…
V_r = V_ref,
…)
Error UndefVarError: V_ref
not defined
I tried using “global V_ref”, it didn’t help
how replace a number with a variable in the gfi function
New contributor
Igor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.