Using this linecode, I'm getting the following error:
"Error 792 Reported From OpenDSS Intrinsic Function:
TLineObj.CalcYprim
Error Description:
Matrix Inversion Eror for Line "100200"
Probable Cause:
Invalid impedance specified. Replaced with a tiny conductance.
While trying to find out where the error was, I eliminated the math operation one element at a time. So I found out that if I remove the math operation from the 3rd element of xmatrix, it works fine.
I don't know what is going on. It could be a bug in the Parser module.
A workaround:
Set units=kft and omit the 5.280 multiplier. OpenDSS can take care of the units conversion during the LINE definition. The LINE length units can be miles. It will work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello community,
I'm having some trouble when using math operations in Linecode. Here's an example:
Using this linecode, I'm getting the following error:
While trying to find out where the error was, I eliminated the math operation one element at a time. So I found out that if I remove the math operation from the 3rd element of xmatrix, it works fine.
Is there something that I'm missing? Or is it a bug?
Thank you!
Mohamad
Last edit: Mohamad Ismail 2015-12-03
I don't know what is going on. It could be a bug in the Parser module.
A workaround:
Set units=kft and omit the 5.280 multiplier. OpenDSS can take care of the units conversion during the LINE definition. The LINE length units can be miles. It will work.