Ask Your Question

José's profile - activity

2014-09-30 04:18:44 -0500 received badge  Good Answer (source)
2014-09-17 02:04:34 -0500 received badge  Famous Question (source)
2014-09-15 15:29:35 -0500 received badge  Notable Question (source)
2014-09-15 08:55:42 -0500 received badge  Famous Question (source)
2014-09-14 20:31:10 -0500 received badge  Popular Question (source)
2014-09-12 13:46:10 -0500 asked a question Get three winding power flow.

Is there a way to get three winding power flow values?
The closest I find is tr3dat(), but it only returns "fractions of total ownerships" (?).
I need to get currents, active and reactive power flows, etc. What you get with brnmsc() on branches.

2014-08-08 08:42:41 -0500 received badge  Notable Question (source)
2014-08-08 08:42:41 -0500 received badge  Popular Question (source)
2014-08-03 19:26:35 -0500 received badge  Nice Answer (source)
2014-07-30 09:23:48 -0500 received badge  Scholar (source)
2014-07-30 09:23:46 -0500 commented answer Get list of owners

I could get all owners using -1 as the SID flag, thanks!

2014-07-29 18:20:12 -0500 received badge  Teacher (source)
2014-07-29 18:19:50 -0500 received badge  Student (source)
2014-07-29 14:56:02 -0500 answered a question whats wrong with this fvsi program?

Could you be more specific? Are you getting any error? Which one?

2014-07-29 14:50:19 -0500 asked a question Get list of owners

I need a list of all owners to use on atrnint.
I am using aownerint(sid_Uy_500, 2, 'NUMBER') and I get ierr = 2 ("Invalid SID value").
The subsystem is defined with psspy.bsys(sid_Uy_500, 1, [500, 500], len(nums_areas_Uy), nums_areas_Uy, 0, [], 0, [], 0, []), I get ierr = 0 ("No error") and it is used with no problems in abusint(sid_Uy_500, 2, 'NUMBER') Any help?