Ask Your Question

Rashid's profile - activity

2019-09-10 13:49:14 -0500 received badge  Popular Question (source)
2019-09-06 01:36:29 -0500 received badge  Famous Question (source)
2019-09-02 10:59:24 -0500 asked a question delete the message at academic version

Hi all, Does anybody knows how to delete the message at academic version? the message like this: "PSS(R)E Version 34 Copyright (c) 1976-2019 Siemens Industry, Inc., Power Technologies International (PTI) This program is a confidential unpublished work created and first licensed in 1976. It is a trade secret which is the property of PTI. All use, disclosure, and/or reproduction not specifically authorized by PTI is prohibited. This program is protected under copyright laws of non-U.S. countries and by application of international treaties. All Rights Reserved Under The Copyright Laws." Thank you so much

2019-04-17 19:48:20 -0500 received badge  Notable Question (source)
2019-04-04 00:37:07 -0500 received badge  Popular Question (source)
2019-04-01 19:32:29 -0500 asked a question Changing the parameter of generators during dynamic simulation

Hi everyone. I have a question about changing the parameter during the dynamic simulation, I run this code:

psspy.bsys(sid=2, numbus=1, buses=1)                     
psspy.addmodellibrary('C:\Program Files (x86)\PTI\PSSEXplore34')
psspy.change_plmod_con(5,r"""03""",r"""GENTPJ1""",5, 8)
psspy.change_plmod_con(6,r"""04""",r"""GENTPJ1""",5, 10)
psspy.dyre_new([1,1,1,1],dyrfile)

I try to change the parameter H for gentpj at bus 5 and 6. but the results are not different from the before. Can anyone help me with that?

2019-03-28 13:26:18 -0500 received badge  Famous Question (source)
2019-03-25 00:37:54 -0500 received badge  Notable Question (source)
2019-03-22 20:21:54 -0500 received badge  Popular Question (source)
2019-03-21 20:30:59 -0500 asked a question read and create files in psse

Dear friends, I have a question about the these lines of code.

  Case = P.Path+'/'+P.Plant+'/'+P.Event+'/'+P.Raw+'-'+P.Event+'.raw'
   plbfile  = P.Path+'/'+P.Plant+'/'+P.Event+'/'+'AN.plb'
   SCADAfile=P.Path+'/'+P.Plant+'/'+P.Event+'/'+'scada'+'-'+P.Raw+'-'+P.Event+'.dat'
   dyrfile  = P.Path+'/'+P.Plant+'/'+P.DYR+'.dyr'
   OutFile=P.Path+'/'+P.Plant+'/00-OUT/plot-'+P.Raw+'-'+P.Event+'-'+P.DYR+'.out'

I can not define the Outfile, actually I found this code that works for other but I can not run it. when I run it, I give this error.

Traceback (most recent call last):
  File "C:\NLLtopsse\new.py", line 26, in <module>
    OutFile=='C:\model\PlantB.out'
NameError: name 'OutFile' is not defined

But the path is ok. can anyone help me with that? what is the outfile and how to solve it? Thank you very much

2019-03-21 20:24:39 -0500 received badge  Famous Question (source)
2019-02-19 04:16:49 -0500 received badge  Famous Question (source)
2019-02-14 03:15:28 -0500 received badge  Notable Question (source)
2019-01-22 12:19:18 -0500 received badge  Famous Question (source)
2019-01-21 10:22:38 -0500 received badge  Popular Question (source)
2019-01-16 21:00:16 -0500 received badge  Notable Question (source)
2019-01-14 13:09:29 -0500 received badge  Popular Question (source)
2019-01-14 12:34:39 -0500 answered a question import psspy

Thank you rafael. It solves my problem.

2019-01-14 12:33:34 -0500 asked a question run the psseexplore34 with python 3.6

Hi everybody. Psseexplore 34 only works with python 2.7? does anyone can help me to run it with python 3.6? Thank you

2019-01-13 23:26:41 -0500 asked a question Psspy, import

Hello everyone, I really appreciate it if anyone helps me with my big problem. I should import psspy, and I run this code:

import os,sys

sys_path_PSSE=r'C:\Program Files (x86)\PTI\PSSEXplore34\PSSPY27'  #or where else you find the psspy.pyc
sys.path.append(sys_path_PSSE)
os_path_PSSE=r'C:\Program Files (x86)\PTI\PSSEXplore34\PSSBIN'
os.environ['PATH'] += ';' + os_path_PSSE
os.environ['PATH'] += ';' + sys_path_PSSE
import dyntools
import psspy

but, unfortunately, I got this error.

File "D:/...", line 11, in <module> import psspy

File ".\psspy.py", line 56, in <module>

ImportError: DLL load failed: %1 is not a valid Win32 application. does anyone know how to solve this error? My windows is 64-bit and my python version is also 64 bit, my psse is psse34explore. Thank you for help.

2019-01-11 15:56:33 -0500 asked a question import psspy

Hi, I am a beginner for python and psse. I have psse34explore. when I put the playback code into the psse, it runs and ok. but when run it independently from the psse, it gives me some errors. like ImportError: No module named psspy and psscommon. Could anyone help me? Thank you.

2019-01-01 11:08:04 -0500 received badge  Famous Question (source)
2018-12-20 00:28:24 -0500 received badge  Notable Question (source)
2018-12-19 06:50:51 -0500 received badge  Popular Question (source)
2018-12-18 01:34:38 -0500 asked a question psse, python

I am a beginner in psse and python. I should run a dynamic simulation in psse with python for a network many times, and for every run, I should use the dynamic results in python again. can anyone help me? I don't know how to run a dynamic simulation and besides how to use the results from dynamic simulation in psse.

2018-12-18 01:33:43 -0500 asked a question PSSE, python, dynamic run

I am a beginner for python and psse. I should run a dynamic simulation in psse with python for a network many times, and for every run, I should use the dynamic results in python again. can anyone help me? I don't know how to run a dynamic simulation and besides how to use the results from dynamic simulation in psse.

2018-12-10 07:18:39 -0500 received badge  Famous Question (source)
2018-12-09 23:41:10 -0500 received badge  Enthusiast
2018-12-09 08:46:34 -0500 received badge  Popular Question (source)
2018-12-09 08:46:34 -0500 received badge  Notable Question (source)
2018-12-08 00:22:00 -0500 asked a question .sav file with psse34

I have a .save file, but I can not open it with PSSE34, do you have any solution to open this file? Thank you

2018-12-07 12:48:34 -0500 received badge  Notable Question (source)
2018-12-06 22:38:37 -0500 received badge  Famous Question (source)
2018-12-05 16:52:47 -0500 received badge  Notable Question (source)
2018-12-04 09:34:52 -0500 received badge  Popular Question (source)
2018-12-03 23:26:12 -0500 received badge  Popular Question (source)
2018-12-03 15:57:57 -0500 answered a question playback event-plbvfu1_V33

I search it. I found its model on your google drive. but a didn't understand it really.:(thank you.

2018-12-02 23:31:24 -0500 asked a question playback event-plbvfu1_V33

I need to run the playback event in psse34, but I don't know how to run it and when it ran, then where is the results. thank you.

2018-12-02 23:00:49 -0500 asked a question psse with python

I am a starter and really need help. I should put the GENTJP model of the generator with PSS1A with exciter in psse. but, I don't have anything about the python and psse. I just install the psse, but I cannot add the generator models and ... anyone can help me? or does anyone have a good tutorial for this type of works? thank you in advance