HeinzS
Electrical
- Aug 1, 2008
- 3
Hey,
just a short question. As I am working with Power Factory 13.1/ DIgSILENT i have to write a small skript to get my program doing, what i want it to do.
The language used by Power Factory is called DPL. I want to create a new Matrix, in witch i will write the results of a load flow analysis later on. To create such a matrix the manual gives the following example:
M1.Init(x,y);
With x and y defining the rows and collums of that Matrix, and M1 beeing the name of it. If i want to create a Matrix like that, i get the messange, that M1 is not known and thus the program stops.
How can i tell Power Factory, that i would like to create a new matrix?
Thanks for every answer.
Heinz
just a short question. As I am working with Power Factory 13.1/ DIgSILENT i have to write a small skript to get my program doing, what i want it to do.
The language used by Power Factory is called DPL. I want to create a new Matrix, in witch i will write the results of a load flow analysis later on. To create such a matrix the manual gives the following example:
M1.Init(x,y);
With x and y defining the rows and collums of that Matrix, and M1 beeing the name of it. If i want to create a Matrix like that, i get the messange, that M1 is not known and thus the program stops.
How can i tell Power Factory, that i would like to create a new matrix?
Thanks for every answer.
Heinz