Ask Your Question

Mahesh's profile - activity

2022-12-30 02:43:40 -0500 received badge  Commentator
2022-12-30 02:43:40 -0500 commented answer Write two WIPCMD(I) and WIQCMD(I) arrays with one WAUX

Hi @txc! Sure. I will write to you. Actually, I want to prepare both UDM equivalent of PLNTBU1 and REAX as well. Thanks a lot.

2022-12-28 23:54:50 -0500 commented answer Write two WIPCMD(I) and WIQCMD(I) arrays with one WAUX

Hi @txc and @sofiguer! I have just started to write user defined models. Now working to write a PPC model to control two sources similar to PLNTBU1+ REAX. Is it possible you could share 'headers' of UDM to link a bus based model to REAX type of model. I can manage control block diagrams. Thanks a lo

2022-11-01 02:10:44 -0500 commented answer Problem in opening .dll files from other pc

Yes. Make sure that DLL was generated with default fortran compiler for the PSSE version which you are using.

2016-09-29 13:40:45 -0500 received badge  Famous Question (source)
2016-02-06 14:32:57 -0500 commented question PSS/E vs E-tran for Network reduction and PSCAD conversion
2016-02-06 14:29:14 -0500 commented question PSS/E vs E-tran for Network reduction and PSCAD conversion

I have used first approach only. I will try second one and let you know. (Earlier I thought E-tran creates some wide band equivalent for necessary frequency ranges.But these references show we can apply contingencies etc in retained network http://descargas.indielec.com/web/E-TRAN_Chap9_Theory.pdf )

2015-02-22 22:49:39 -0500 answered a question Can anybody know how to resolve the following error?

Please post part of the code in "pssneva.py" where error is appearing.

2015-01-29 01:12:28 -0500 answered a question I have some questions for dynamic simulation

I think just the way we apply fault , trip line during dynamic simulation you can change line reactance.

2015-01-16 04:23:20 -0500 commented answer NEVA - PSS/E - Eigenvalue analysis

I think NEVA and LSYSAN have same license.

2015-01-14 06:08:13 -0500 answered a question NEVA - PSS/E - Eigenvalue analysis

Hi

I think you are loading only ".sav" file and trying to run NEVA.

Load both .sav and .dyr files. Then the option is enabled and you can perform eigenvalue analysis.

There could be two things then. 1.Check if your file has errors. This will be reflected in progress window. (one of my 2 terminal dc model was wrong, there neva could not launch.) 2.Check if installation is correct. Try opening neva directly using icon in programs.

Also try savnw.sav and .dyr files from example folder in psse installation for NEVA analysis

2015-01-14 06:03:28 -0500 commented question NEVA - PSS/E - Eigenvalue analysis

Yes. NEVA licence is sold separately.

2014-09-08 20:28:41 -0500 received badge  Nice Answer (source)
2014-09-08 07:07:52 -0500 answered a question Unable to load PSSE .sav file in python

Try psspy.case(r"""D:\a.sav""")

2014-08-27 23:33:38 -0500 commented question pssexcel never generates file

It might be getting stored in C:\Program Files (x86)\PTI\PSSE33\EXAMPLE or PSSBIN folder !

2014-08-03 20:33:38 -0500 received badge  Nice Answer (source)
2014-08-01 06:19:14 -0500 answered a question Prony Analysis In Python

Hello Leon

I think you will have to write the code for prony from algorithm (the best ) or replicate ( Ok ; Careful) from other language codes such as matlab or C. (e.g. http://www.mathworks.in/matlabcentral...).

2014-07-28 00:38:21 -0500 answered a question Switching in-service fixed shunt during a dynamic simulation

From one of used files:

To add shunt

psspy.shunt_data(bus#,r""":""",1,[0.0,0.0])

psspy.shuntchng(bus#,r""":""",i,[_f, -267.0]) #comment -267 MVAR shunt.

To remove shunt

psspy.shuntchng(bus#,r""":""",0,[f,_f])

over and out.

2014-07-23 04:56:02 -0500 received badge  Scholar (source)
2014-07-23 04:55:45 -0500 received badge  Supporter (source)
2014-07-21 01:35:14 -0500 commented answer Delete an item from diagram

Thanks a lot!

2014-07-21 01:34:25 -0500 received badge  Notable Question (source)
2014-07-21 01:34:25 -0500 received badge  Popular Question (source)
2014-07-15 01:59:40 -0500 asked a question Delete an item from diagram

Can we delete an item from existing diagram? if yes how?

Thanks

2014-07-08 03:42:07 -0500 received badge  Student (source)
2014-07-08 03:41:59 -0500 received badge  Notable Question (source)
2014-07-08 03:41:59 -0500 received badge  Famous Question (source)
2014-06-30 01:17:14 -0500 received badge  Citizen Patrol
2014-06-26 00:07:03 -0500 received badge  Teacher (source)
2014-06-25 07:01:07 -0500 received badge  Editor (source)
2014-06-24 23:33:52 -0500 received badge  Popular Question (source)
2014-06-24 04:15:52 -0500 commented question How to handle pop up boxes from .irf file in python?

Dear Jconto Thanks for your quick reply. I tried it , but its not working for me. The irf file takes input through pop up windows. Those input requests are not redirected on python IDLE. The program just kind of hangs at the pop up window time. ( IRF isn't defined to take inputs like"myiplan,a, b,c

2014-06-23 04:21:31 -0500 asked a question How to handle pop up boxes from .irf file in python?

Hello all,

I have an old .irf file which I run in .idev( response) file. It requires certain inputs hence creates pop up boxes in PSS/e. How to feed these pop up boxes during running in python shell? I have tried with redirect changes but no use. (The code in .irf file is not accessible.)

Thanks.

2014-06-17 07:50:54 -0500 answered a question How to make subsystem from the previous spreadsheet ?

if you select more than two buses , it creates a subsystem with those buses. You can then do certain tasks on than subsystem.

2014-05-15 23:33:54 -0500 answered a question need good reference to learn PSSE

Manual is the best resource !

(otherwise expert users' guidance or training from PTI )

No book in public domain available!!!

P.S. Manual/Documentation is available in PSSE/PTI installtion folder like C:\Program Files (x86)\PTI\PSSE33\DOCS or C:\Program Files\PTI\PSSE33\DOCS

2014-05-09 01:19:32 -0500 answered a question Dynamic simulation steps

Its very easy to run dynamic simulation using GUI only. Just load .sav and .dyr files then go to dynamic tab and add channels...(basically quantities to observe)... In same tab go to perform simulation. Provide out put file name to store plots. Select plotting requirements. Initialize first. Then Run the simulation to specific time you need. You can apply disturbances also after time you wish. Continue simulation. Take a new plotbook from file tab. add plots as many as you want , may be on different pages. Open .out file . On left there is Project Tree View ....Go to channels in that... then drag required channels on plots selected. There you go.

2014-05-06 04:58:08 -0500 answered a question initialized out of limit(s)

Either increase the bounds VRmax and VRmin or reduce bounds of VR1 and VR2. You can try decreasing KA as well. Basically one of you internal variable VR is going out of limits during initialization. You can change time constants also. Get a change which affects you exciter least.