Closed nikhilgupta10 closed 8 years ago
nikhilgupta10 imported these comments from Sourceforge: "jcfuller": * status changed from new to closed
Added to trunk / v3.0.
Note: For a more general access variable(s), it might be easier to use the meter / triplex meter that attaches the DG to the powerflow module (measured_power_X). Then, regardless of how the user(s) program a new DG model, you won't have to look for custom variables.
,
"dchassin":- Milestone: Unscheduled --> Knothole Interim ,
Request: add Power_X properties to the windturb_dg object. By X I mean power added on each of the connected phases. For reference, the generators/inverter object has these power_X properties.
Background: I'm studying distributed generation (DG) scenarios. For total energy generated by DG resources, I'm summing power over all DG objects: solar panels and wind turbines. Inverters (with solar behind them) have power_X.real and power_X.imag properties, which make this easy. The windturb_dg objects, on the other hand, only have voltage_X and current_X properties, so some special case matching and additional post processing is necessary.
,