Ask Your Question
1

Load data retrieval from load flow data

asked 2018-06-12 09:11:00 -0500

Matas D. gravatar image

Hello,

is there a command which can retrieve load data entry from load flow data?

For instance: I want to get a value of Load 1 ID1 Active power from load flow data in python file.

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
1

answered 2018-06-12 17:26:19 -0500

perolofl gravatar image

Use API loddt2! See API manual, Chapter 7.

edit flag offensive delete link more
1

answered 2018-09-13 04:53:13 -0500

Cid gravatar image

¿Is there any way to expand the results of the "MVA" option (STRING1) of loddt2 into a set of P and Q values? I am only obtaining the complex value of the load.

edit flag offensive delete link more

Comments

1

p,q = cmpval.real,cmpval.imag

perolofl gravatar imageperolofl ( 2018-09-13 14:51:33 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2018-06-12 09:11:00 -0500

Seen: 566 times

Last updated: Sep 13 '18