Ask Your Question

Etki Acilan's profile - activity

2022-06-06 13:34:04 -0500 received badge  Famous Question (source)
2021-06-08 02:39:52 -0500 answered a question How can I create the Y-Bus Matrix in PSSE?

I do not know about the ability of PSSE to create a y-bus matrix, however, I believe it is possible to construct the y-bus matrix from the .raw file. The structure of it is similar to IEEE CDF.

2021-05-04 05:50:59 -0500 received badge  Popular Question (source)
2021-05-02 13:24:15 -0500 asked a question How to save the STORE vector?

Hi, As far as I understand from the API document, snap() function does not save the STORE values, although it saves the STATES. So is there a way to save the STORE vector as well as STATE vector in a snapshot kind of file?

Thank you.

2021-05-02 12:37:30 -0500 asked a question Is there a way to access last STORE and DSTATE values in a dynamic simulation?

We know that STORE is over-written each time instant. Is there a way to access last STORE and DSTATE values in a dynamic simulation?

We can access the state values by dsrval() function. However, I want to know the STORE value as well. Is it possible?

Thank you!

2021-02-18 03:36:17 -0500 received badge  Famous Question (source)
2020-12-17 05:03:32 -0500 commented answer what is DSTATE?

Thank you @jfconroy, I am editing the topic as 'solved'.

2020-12-16 04:18:58 -0500 commented answer what is DSTATE?

@jfconroy Do I have to provide a derivative to PSS/E? Doesn't it have Differential Algebraic Equations which it can make a transition to next state(k+1)?

2020-12-13 09:51:11 -0500 received badge  Famous Question (source)
2020-12-10 03:04:13 -0500 commented answer what is DSTATE?

Thank you for the answer. The was the thing that came to my mind after RJG@PSM's answer. I think I'll go with this. I think what you suggest will work fine in quasi steady-state operation. During the transient, I think this is the best I can get. Thank you again for the answer.

2020-12-10 02:56:03 -0500 received badge  Notable Question (source)
2020-12-10 00:26:42 -0500 commented answer what is DSTATE?

Thank you for the answer. I am changing the state variable in every timestep. In this case, how do we know the derivative of the state variable? I mean we don't know the diff. algebraic equations corresponding the state variables. Is it OK if we just write something other than 0?

2020-12-09 18:56:12 -0500 received badge  Popular Question (source)
2020-12-09 06:46:49 -0500 asked a question what is DSTATE?

It is defined as 'the values of the corresponding time derivative (DSTATE)' in API. However, I did not get it. Can anyone help?

Thanks.

[Solved] Please read the comments.

2020-11-24 10:20:30 -0500 received badge  Famous Question (source)
2020-11-24 08:04:24 -0500 commented answer Getting output without using .out file

Hello, I solved my problem thanks to you. I edited my thread.

2020-11-24 08:03:19 -0500 received badge  Editor (source)
2020-11-23 19:28:47 -0500 received badge  Popular Question (source)
2020-11-23 19:28:47 -0500 received badge  Notable Question (source)
2020-11-23 08:35:49 -0500 commented answer Getting output without using .out file

Yes,I want to store only the last step. However, I do simulations in small intervals. I use psspy.run(tpause = last_instant + delta_time) for 1000 times for example, and I use each time step's output for something else. I am working on a kalman filter. So, actually, I want to overwrite on .out file.

2020-11-23 02:41:12 -0500 asked a question Getting output without using .out file

Hello, I am doing a large scaled simulation. But as the size of the .out file increases, the simulation gets slower. Therefore, I want to get the output of the channels without using .out file. OR I want to make the .out file only store the last time instant's outputs.

Can I do that?? How can I do that?

Thank you very much,

Solution: Thanks to perolofl, I solved my problem.

What I was doing (which was very slow): I was writing my output to .out file then by using dyntools I was reading the last output.

What I am doing now: I am not using any .out file. I am using psspy.chnval() to get the latest output.

2020-11-02 06:07:43 -0500 received badge  Notable Question (source)
2020-11-01 12:09:42 -0500 received badge  Popular Question (source)
2020-10-31 08:32:25 -0500 asked a question State Transition via PSS/E

Hello,

I want to use dynamic simulation tool of PSS/E for its transition matrix feature. I want to feed xk and get xk+1, x being the state vector. However, as I understood from (/dynamics-variables-time/) topic, it is not possible. I also tried it on my own. When I change a state, the state goes back to its real value at the next time step.

So my question is, how to use PSS/E for its state transition function(or matrix) feature in dynamic analysis?

Thank you.

2020-09-28 10:28:12 -0500 received badge  Notable Question (source)
2020-09-28 10:28:12 -0500 received badge  Popular Question (source)
2020-09-25 04:13:02 -0500 received badge  Enthusiast
2020-09-23 05:17:55 -0500 asked a question When i playback, voltage magnitudes are correct but frequencies are not

Hello,

I have a problem with playback function. When i playback some pmu measurements, the voltages are played back correctly. However, frequencies are not played back correctly. It's like frequency deviation lags behind the time and also is not correct.

I generate my own .plb file PMU measurements using the measurements on a specific bus.

Is there something I should change while a I generate my own measurements?

Thanks!!!