Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to set Parameters for LLG and LL fault?

if fault == 'LL':
    psspy.dist_scmu_fault([1,1,2,bus],[0.0,0.0,-0.2E+10,-0.2E+10])
elif fault == 'LLG':
    psspy.dist_scmu_fault([1,1,2,bus],[0.0,0.0,0.0,0.0])

I read API manual(Section 4.13.12) and set parameters like this for LLG and LL fault. But I'm not sure if it is correct because the difference between the curves I plot for voltage and angle is not so obvious..Could anybody check if these parameters are correct?