Is there any alternative function command for NSWICH in v35 ?
NSWICH command has been removed from common4.ins of v35. Is there any alternative function ? Please help me.
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
NSWICH command has been removed from common4.ins of v35. Is there any alternative function ? Please help me.
Switched shunts models are changed in rev 35 since multiple switched shunts are allowed at a bus.
The subroutine call is now SUBROUTINE XXXXXX(ISW,ISLOT), where ISW is the internal number of the switched shunt.
Since the switched shunt index (ISW) is an input into the model, any references to NSWICH (which was used to obtain the switched shunt index earlier) need to be removed.
See Chapter " Changes in Dynamics when Modeling Multiple Switched Shunts" in rev 35 Release Notes.
Try
CALL SWSSEQ(IB, ID, 0, ISW)
IB is the bus sequence nmber (input) (Use BSSQNC to get this from the regular bus number).
ID is the shunt ID number (input)
ISW is the switch shunt sequence number (output)
PSS/E FORTRAN documentation is really underwhelming.
Asked: 2022-08-03 19:45:06 -0500
Seen: 465 times
Last updated: Aug 08 '22