First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
In PSSe v34, you can use [ignoring first var, ibus]:
psspy.distbusfault_2(1,0.0,[1,1,201,1],[0.0,-2.0E11,0.0,0.0,0.0,0.0])
In PSSe v.33, it give me another error: "AttributeError: 'module' object has no attribute 'distbusfault_2'"
but it works using the previous form: psspy.distbusfault(201,1, 13.3,[0.0,-0.2E+10]
2 | No.2 Revision |
In PSSe v34, you can use [ignoring first var, ibus]:
psspy.distbusfault_2(1,0.0,[1,1,201,1],[0.0,-2.0E11,0.0,0.0,0.0,0.0])
psspy.dist_bus_fault_2(1,0.0,[1,1,201,1],[0.0,-2.0E11,0.0,0.0,0.0,0.0])
In PSSe v.33, it give me another error: "AttributeError: 'module' object has no attribute 'distbusfault_2'"
but it works using the previous form: psspy.distbusfault(201,1, 13.3,[0.0,-0.2E+10]psspy.dist_bus_fault(201,1, 13.3,[0.0,-0.2E+10])