Questions about psspy.dist_clear_fault
Does psspy.distclearfault(1) put the tripped branch between bus 40809 and bus 41450 back into service after clearing the fault on the branch in the following code?
psspy.run(0,1.0,500,50,0)
psspy.dist_branch_fault(ibus=40809, jbus=41450, id = '1', units = 3, basekv = 0.0, values1 = 0, values2=0)
psspy.run(0,1.05,500,6,0)
psspy.dist_branch_trip(ibus = 40809, jbus =41450, id = '1')
psspy.run(0,1.10,500,6,0)
ierr = psspy.dist_clear_fault(1)
psspy.run(0,15,500,6,0)