Ask Your Question

bikiran1991's profile - activity

2024-03-03 20:46:05 -0500 received badge  Famous Question (source)
2024-02-28 15:11:42 -0500 received badge  Notable Question (source)
2024-02-28 11:33:59 -0500 received badge  Popular Question (source)
2024-02-27 16:46:12 -0500 received badge  Notable Question (source)
2024-02-27 16:46:12 -0500 received badge  Famous Question (source)
2024-02-27 09:13:57 -0500 asked a question A way to read PSSE sld information into python

Is there a way to read an SLD file using psspy? For example, once the psse case and sld are loaded in, I can read the buses, branches, loads, shunts, generators etc from the sld and their relevant co-ordinates?

2024-02-02 07:22:02 -0500 received badge  Famous Question (source)
2024-01-30 13:33:50 -0500 received badge  Notable Question (source)
2024-01-30 02:41:15 -0500 received badge  Popular Question (source)
2024-01-29 10:36:49 -0500 asked a question Automate short circuit current calculations in PSSE

I want to automate the process of getting the fault current (at the faulted bus). I know that I can use psspy.ascc_3(), but it generates a report, either to the progress window, or to any redirected file. Is there any way to directly get the fault current using psspy, without having to parse the data from the ASCC report?

2023-02-28 11:33:08 -0500 received badge  Taxonomist
2022-10-28 13:39:53 -0500 received badge  Notable Question (source)
2022-10-13 11:43:19 -0500 received badge  Popular Question (source)
2022-10-10 15:40:47 -0500 commented answer Is there a way to get the number of CON entries for a given model?

damn, i should have paid more attention to the arguments. Thanks!

2022-10-10 10:33:49 -0500 asked a question Is there a way to get the number of CON entries for a given model?

I know, that given the machine bus number and id, i can get the model name (MDLNAM) and starting index (MDLIND). But is there a way to automatically (using psspy) get the number of CONs in the model?

2022-09-30 11:33:11 -0500 received badge  Famous Question (source)
2022-09-26 02:28:38 -0500 received badge  Notable Question (source)
2022-09-26 02:28:38 -0500 received badge  Popular Question (source)
2022-09-22 15:42:53 -0500 commented question INITIAL CONDITIONS SUSPECT in CBEST model

check the limits on that model. that state variable is exceeding some limit in the model

2022-09-22 15:41:01 -0500 answered a question Automation in PSSE

you could start with the API.pdf book in the PSSE docs. It lists all the available commands. Also, in the PSSE GUI you can generate python scripts for your manual action, using the 'Start Recording' feature in I/O control.

2022-09-22 15:37:45 -0500 asked a question If there are islands, can I get a list of the islanded buses using psspy?

I know about psspy.tree(), but it only returns the number of buses in the swingless island. I want a list of the islanded buses. Is there a way to automate this?

2022-05-15 06:38:08 -0500 received badge  Student (source)
2022-04-30 02:21:45 -0500 received badge  Notable Question (source)
2022-04-30 02:21:45 -0500 received badge  Famous Question (source)
2022-03-15 06:26:55 -0500 received badge  Famous Question (source)
2022-02-10 18:26:26 -0500 answered a question PSSE output not always going to directed output file

You may need to have unique filenames for the output file. The output gets redirected back to the terminal if it cannot write to the text file specified. This can happen, for example, if multiple processes are trying to access the same file.

2021-10-24 23:21:42 -0500 received badge  Popular Question (source)
2021-10-17 14:25:14 -0500 asked a question Sample parameters for CIROS1 model

Looking to implement OOS protection in dynamic simulation studies. I saw that CIROS1 model can do that. So, looking for sample parameters to test it. Thanks!

2021-09-27 20:09:03 -0500 received badge  Famous Question (source)
2021-05-21 15:11:04 -0500 commented answer Is there a way to save the network data (bus voltages, load demand, gen output) at the end of a dynamic simulation?

Thanks! Just one more question. It seems that any loads which have a motor model attached to them show zero values for load demand. Is there any quick way to get the motor load consumption?

2021-05-21 05:22:01 -0500 received badge  Popular Question (source)
2021-05-21 05:22:01 -0500 received badge  Notable Question (source)
2021-05-19 17:47:30 -0500 asked a question Is there a way to save the network data (bus voltages, load demand, gen output) at the end of a dynamic simulation?

At the end of the dynamic simulation, can i just save all that info it into a .sav file? Or is it more complicated than that?

2021-05-19 17:20:36 -0500 commented answer Is there a psspy command which can tell whether a user model library has been loaded already?

Thanks again!

2021-05-19 10:15:48 -0500 received badge  Popular Question (source)
2021-05-18 13:16:05 -0500 asked a question Is there a psspy command which can tell whether a user model library has been loaded already?

I would like such a functionality so that I dont keep adding the same user model over and over again (using psspy.addmodellibrary) while running a bunch of dynamic simulations one after another.

2021-05-02 20:06:48 -0500 received badge  Famous Question (source)
2021-04-28 07:43:46 -0500 received badge  Notable Question (source)
2021-04-15 01:32:44 -0500 received badge  Popular Question (source)
2021-04-14 12:08:22 -0500 commented answer How to filter out dummy buses which belong to multi-section lines?

thanks a lot!

2021-04-14 12:08:12 -0500 marked best answer How to filter out dummy buses which belong to multi-section lines?

Is there any psspy routine to identify these dummy buses?