Naime, The bus numbers given in the casefile, “external bus numbers”, need not be consecutive integers from 1..nbus. These can be any integers. Internally, MATPOWER converts them to “internal numbering” (consecutive integers from 1..nbus). If you want to operate with internal numbers then use the ext2int<http://www.pserc.cornell.edu/matpower/docs/ref/matpower5.0/ext2int.html> routine.
mpc = loadcase(‘casename’); mpc_int = ext2int(mpc); Shri From: <[email protected]> on behalf of naime ahmadi <[email protected]> Reply-To: MATPOWER discussion forum <[email protected]> Date: Friday, April 12, 2019 at 12:13 AM To: MATPOWER discussion forum <[email protected]> Subject: case300 problem Hi, I have a question about 300 bus system. When I opened the case300, in bus data I saw 1190 as bus number. or in branch data, bus 9001 is connected to 9005. As case300 has only 300 bus so what is 1190 and 9001? How can I fix this case? Thanks, Naime
