Transformer Tap in Scripts
Is there a way to programmatically get transformer tap position while running simulations with Python scripts?
Is there a way to programmatically get transformer tap position while running simulations with Python scripts?
There is no parameter for tap position in PSSE. The tap is defined by the ratio. The ratio is calculated from RMAX, RMIN and number of tap positions. Use psspy.xfrdat
and psspy.xfrint
to get the parameters.