What is the default integer value in PSSE?
I heard once that the default integer _i
had a value of -9999 or some number that is extremely unlikely to occur in practice.
How can I check what its value is now, does anyone have any clues?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
I heard once that the default integer _i
had a value of -9999 or some number that is extremely unlikely to occur in practice.
How can I check what its value is now, does anyone have any clues?
How about this:
In [31]: int(psspy._i)
Out[31]: 2147483647
The number 2,147,483,647, is the largest [32bit signed number](http://en.wikipedia.org/wiki/2147483647_(number), but I still haven't completely figured out what PSSE does with it. For example, if I create a machine and don't specify any values I get the following defaults:
I still haven't figured it out completely, but it is a start. Right now it looks like PSSE replaces psspy._i with the default specific to a certain model/parameter.
Asked: 2012-03-01 07:01:32 -0500
Seen: 400 times
Last updated: Mar 22 '12
Pycharm debugger with PSSe-32 ?
Message: "ImportError: No module named redirect"
What techniques do you use to track down bugs in your PSS/E scripts?
Invalid file type (OpnApplFil/OPNPTI) when saving
How do I find all in-service branches connected to out of service buses?
ACCC script for multiple cases - crashes depending on the order of cases. How do I debug?