Ask Your Question

yunzhi cheng's profile - activity

2021-03-11 19:24:15 -0500 answered a question Would an increase in inertia affect short circuit capacity?

No, I don’t think so.

2021-03-11 19:23:22 -0500 answered a question I want to simulate LVRT on a synchronous machine at PCC using SMIB model. How to model the LVRT profile in PSSE? How do i model the voltage ramping at PCC?

Google dmview

2020-06-25 13:46:16 -0500 answered a question FLAT RUN low/high voltage test

not sure about your purpose. I know people run voltage step change tests: force the POI voltage to drop or increase and check the Q response of the test unit.

2020-05-28 23:01:44 -0500 commented question FLAT run test of PV plant

try dmview

2020-05-28 22:58:45 -0500 answered a question How to increse the electrical power

To bring frequency back to 60Hz, you need a AGC model

2020-05-28 22:53:21 -0500 commented answer LVRT voltage profile data for ERCOT region

https://sites.google.com/view/dmview/home

2020-05-28 22:53:21 -0500 received badge  Commentator
2020-05-28 22:51:49 -0500 answered a question LVRT voltage profile data for ERCOT region

If you use DMView, the LVRT profile is at DATAs folder.

2020-05-28 22:50:51 -0500 answered a question PV plant model validation using PSSE

DMView can help you run model tests.

2020-05-28 22:49:47 -0500 commented question PV plant model validation using PSSE

DMView can help you to run model tests. https://sites.google.com/view/dmview/home%3C/p%3E (https://sites.google.com/view/dmview/home)

2020-03-16 08:50:01 -0500 commented answer output starting channel index

Thanks. I used the similar way like this: reading log file while loading DYR data. Your way is much nicer with a defined function. However, I think there should be an API to do this. Reading log/report file is a little weird.

2020-03-15 17:12:23 -0500 commented answer Avoid "call change_var" writting.

I use Way 2 - Secure and API use

2020-03-15 17:09:20 -0500 commented answer output starting channel index

Excellent logic. Is the same logic applicable to get the number of VARs? PSSE does not provide API to get the number of VARs in the case. I tried to apply the same logic using: ierr, rval = dsrval('VAR', indx) However, ierr is alwyas zero even indx value is bigger than the total VAR in the case.

2019-11-21 05:19:13 -0500 commented answer Locate generators with 10 busses

Very interesting. Thanks for the reminding.

2019-11-21 05:13:55 -0500 answered a question Exciter model for multiple machines

Either you made some mistakes or the model was poorly written.

2019-11-21 05:07:57 -0500 answered a question Code to count elements in SAV easier

Interesting. Psse has some api to obtain data (such as gen, line) per subsystem basis. After that, it is easy to count the number of devices by looking at length of the array.

2019-11-21 05:02:22 -0500 commented question How to solve this problem of wind generator

This is right. There is maybe a physical limit. At the same time, optimizing the electrical control model of wind can probably help its stability performance

2019-11-19 21:34:34 -0500 answered a question How to use GENCLS & SEXS model to do the frequency & voltage response test?

If you don’t want to use the playback model, you can still run voltage response test by write a UDM exciter model to set Efd based on the specific voltage curve that you want to achieve. Or you modify Efd in conec. The easiest way is to use playback.

2019-11-19 21:27:07 -0500 answered a question How to do co-simulation with PSCAD and PSSE?

Use ETRAN PLUS

2019-11-19 14:50:52 -0500 commented answer PV and WTG Step Change

https://sites.google.com/view/dmview/home

2019-06-27 20:44:27 -0500 commented question What does PSSE do around resonance?

Frequency swept in psse can be done with short circuit analysis, in stead of power flow analysis. Refer to this paper: https://ieeexplore.ieee.org/abstract/document/7741951%3C/p%3E (https://ieeexplore.ieee.org/abstract/document/7741951)

2019-03-10 20:27:28 -0500 answered a question Conversion of PowerWorld AUX contingency file to PTI CON file

Write your own python script

2019-03-10 20:26:14 -0500 answered a question Cascading Failure model (Problem in dispatch)

DC model is not good for such simulation. The voltage problem will be masked.

2019-03-10 20:18:53 -0500 answered a question How to Convert synchronous generators into asynchronous generators?

To simulat a frequency stability (assume it is only for frequency decay), modeling the renewables as negative loads is OK. Also when you convert the load to ZIP model, use the constant power model so the output is not affected by the voltage change. Also don’t apply frequency dependency on it to make sure its output does not affected by frequency too.

2019-01-29 22:03:49 -0500 commented answer PV and WTG Step Change

You can download and try it: https://sites.google.com/view/dmview/home%3C/p%3E (https://sites.google.com/view/dmview/home)

2019-01-29 22:03:34 -0500 answered a question PV and WTG Step Change

I have created a tool named "DMView" to run voltage response test including voltage step change test.

2019-01-29 21:45:51 -0500 answered a question How to simulate secondary frequency control in pss/e

You need build AGC model in PSS/e as well. However, PSS/e is not designed for AGC simulation and most governors have only a primary droop control. I once tried GGOV1 model, which can receive a supervisory MW set signal. So it is possible to link your AGC output to Pmwset of GGOV1 model to achieve AGC simulation. But it is still not very convenient. MATLAB is more suitable for AGC simulation.