1

Load data retrieval from load flow data

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.

Matas D.'s avatar
21
Matas D.
asked 2018-06-12 09:11:00 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

Use API loddt2! See API manual, Chapter 7.

perolofl's avatar
3.8k
perolofl
answered 2018-06-12 17:26:19 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
1

¿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.

Cid's avatar
11
Cid
answered 2018-09-13 04:53:13 -0500
edit flag offensive 0 remove flag delete link

Comments

1

p,q = cmpval.real,cmpval.imag

perolofl's avatar perolofl (2018-09-13 14:51:33 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer