Ask Your Question

Moji's profile - activity

2023-06-16 09:08:57 -0500 received badge  Famous Question (source)
2022-07-16 01:32:23 -0500 received badge  Famous Question (source)
2022-07-14 06:27:52 -0500 commented answer Read variables during dynamic simulation

Thanks. Yes I want to read line flow at each time step and compare with rated value to find the overflow line to trip them. I made a loop for psspy.run stopping at each step, now how I can get the line flow at each step? Does ‘brnmsc’ give the value?

2022-07-06 19:28:17 -0500 received badge  Notable Question (source)
2022-07-01 19:57:22 -0500 received badge  Popular Question (source)
2022-06-29 13:10:18 -0500 asked a question Read variables during dynamic simulation

Hi all,

I wonder if we can read value of variables during dynamic simulation? For example, checking line flow during dynamic simulation, and add some conditions based on that. Since we run simulation (psspy.run) up to a stop time, does psse provide this facility to have the variables values as real time output existed during simulation? ( to be clear, I am not talking about output retrieval from channel setup).

2022-06-28 12:28:01 -0500 received badge  Famous Question (source)
2022-06-24 14:31:31 -0500 received badge  Notable Question (source)
2022-06-23 06:56:29 -0500 commented answer Component status in psspy

Thanks for thr feedback. In that case, where can I find the status of components to store them? For that specific relay, I couldn’t see any output variables to store. Do you mean ierr variable?if so, ierr only shows the APIs status not component working status

2022-06-23 06:30:58 -0500 received badge  Popular Question (source)
2022-06-22 06:08:14 -0500 commented answer Component status in psspy

Thanks for your response. My problem is that I don’t know where the status of components are, e.g. in DISTR1 couldn’t find the output representing the status(added in .dyr) I noticed some APIs for relay adding, but no idea for the status in ierr. I appreciate if you have any idea in this cass

2022-06-21 15:54:32 -0500 asked a question Component status in psspy

Hi all,

I wonder that how we can see the status of componenet in dynamic simulation via python? For instance, we add a relay into system, then where can we find if it is activate or not? Although we can check its function based on the result, monitoring its status is my concern.

2022-04-29 02:14:00 -0500 received badge  Famous Question (source)
2022-04-22 13:51:32 -0500 answered a question Export the PV analysis output in an Excel file

Here is the part of python for excel output:

pvfile = r"resultdouble.pv" string = ['s','v','m','g','l','b','i'] xlsfile = 'result.xls' sheet = '' overwritesheet = True pssexcel.pv(pvfile,string,colabel=colabelnew,xlsfile=xlsfile,sheet=sheet,overwritesheet=overwritesheet)

2022-04-22 01:18:32 -0500 received badge  Notable Question (source)
2022-04-21 15:14:40 -0500 received badge  Popular Question (source)
2022-04-20 14:15:10 -0500 commented question Export the PV analysis output in an Excel file

I guess that it is because of the limitation of writing data into Excel which maybe support writing data up to a specific number of rows/cells. Do you all agree with that?

2022-04-19 12:53:27 -0500 received badge  Editor (source)
2022-04-19 12:14:13 -0500 asked a question Export the PV analysis output in an Excel file

I have the result for a PV analysis that contains about 14000 contingency cases. When I want to export the result in an excel file using either in Export data tool in PSSe or Python automated, I only get the result for up to 360 contingencies analysis. Is there any limitation to exporting the data? Does anybody know how I can export the whole result for all contingencies?

2022-04-14 04:53:04 -0500 received badge  Famous Question (source)
2022-03-31 11:32:08 -0500 commented answer Where can I find bus voltage angles in PV analysis output?

Thank you so much for your very comprehensive explanation. Regarding the voltage angle output, it can be extracted, if AC power flow applies in the inner loop. Is that correct? Also, could you introduce me any similar code or snippet that might help me to write this routine? Appreciate your time.

2022-03-30 23:22:16 -0500 commented answer Where can I find bus voltage angles in PV analysis output?

Thank you for the reply. Following your point, could you please help me to know that how it can be done using python? Any advice or hints would be highly appreciated.

2022-03-30 23:19:49 -0500 received badge  Notable Question (source)
2022-03-29 12:34:53 -0500 received badge  Popular Question (source)
2022-03-26 08:31:15 -0500 asked a question Where can I find bus voltage angles in PV analysis output?

Hi all,

My simulation in PSSE v34 contains the PV analysis for defined contingency scenarios. The PV analysis output file gives me bus voltage, branch flow, and other standard information.

I wondered how I can see the voltage angle of buses for each case.

Thank you for helping me in this case.

2022-03-17 02:45:24 -0500 received badge  Notable Question (source)
2022-03-13 17:28:27 -0500 received badge  Popular Question (source)
2022-03-10 08:58:21 -0500 received badge  Enthusiast
2022-03-09 17:58:36 -0500 asked a question What would be PV analysis termination criteria?

Regarding PV analysis in PSSe, what is the termination criteria if we uncheck the voltage limit?

I run a PV analysis without voltage limit and chose 0.5 MW as mismatch tolerance. Is the mismatch tolerance considered as termination for increasing the power transfer to the next step?

if so, It doesn't indicate the divergence in power flow computation and only considers the mismatch for the next level. Am I right?

For example, what would be the termination condition here ( there is no low voltage limit check, and mismatch tol. is 0.5 MW)?

MW TRANSFER-> 0.000 100.000 200.000 300.000 400.000

LARGEST MVA MISMATCH 0.01791 0.06002 0.06557 0.16307 0.45200

TOTAL MVA MISMATCH 0.02811 0.12424 0.13641 0.35181 1.12765

CONVERGED YES YES YES YES YES

CONVERGE CONDITION

Also, what is the meaning of 'CONVERGE CONDITION' here which they all are empty here?!

Thanks a lot for supporting me here!

Moji

2022-03-02 15:29:52 -0500 received badge  Famous Question (source)
2022-02-25 07:57:11 -0500 received badge  Notable Question (source)
2022-02-24 09:17:51 -0500 received badge  Popular Question (source)
2022-02-23 18:13:24 -0500 received badge  Famous Question (source)
2022-02-23 09:03:21 -0500 asked a question Is it possible to customize the excel report of PV analysis?

I have a very dense case in the PV analysis and I want to have bus voltage data per each continency scenario and per power transfer, as it is easy for analysis. However, the default report shows the results per continency analysis for all incremental power transfers in the row. Is there any way to have it as mentioned above? it would be something like below: Case X1 for MV transfer level: L1 v1 v2 . .

Case X1 for MV transfer level: L2 v1 v2 . . Case X2 for MV transfer level: L1 v1 v2 . . and so on and so forth. Thanks, Moji

2022-02-22 08:29:34 -0500 commented answer How does contingency analysis can iterate over a defined vector of line flow changes?

Thank you. I understand. Could you please let me know where I can find a good source/manual/tutorial for learning Python in PSSe? I need to get familiar with psspy functions and commands. I appreciate the time and help.

2022-02-21 16:29:25 -0500 commented answer How does contingency analysis can iterate over a defined vector of line flow changes?

I appreciate sharing that. One more question, is it possible to run such routine considering different generation patterns either using PSSe tools or the python approach? Thank you.

2022-02-21 09:38:38 -0500 commented answer How does contingency analysis can iterate over a defined vector of line flow changes?

Thanks for the answer. Regarding creating files for PV analysis, could you give me the hints to know how they will be if the scenario is: - SOURCE: change the load of some buses - SINK: Whole of the system I am working on 118-bus where it has only 1 area based on the RAW file. Thank you Moji

2022-02-19 04:27:02 -0500 received badge  Popular Question (source)
2022-02-19 04:27:02 -0500 received badge  Notable Question (source)
2022-02-16 15:56:01 -0500 asked a question How does contingency analysis can iterate over a defined vector of line flow changes?

Hi all,

I want to do a contingency analysis such that for each scenario, there are some changes in load or line flow. ( i.e., each contingency scenario should iterate over a parameter range like the power flow of a line denoting a range of load transferring between two areas). Is there any way to carry out that procedure in PSSE? Like using python. I know using ACCC helps us make the scenarios; however, I guess this is a static action as there is no option for changing some load/line flow for each scenario.

I would appreciate your support and help.

Best, Moji