------------------
* py-dss-interface version 2 or above does not have backward compatibility with version 1
* Methods replaced by Python property and setter. For example, instead of using dss.lines_read_r1() and dss.lines_write_r1() to read and write, respectively, we can use dss.lines.r1 to either read (variable = dss.lines.r1) or write (dss.lines.r1 = value) in the current version.
* Update OpenDSS version to: OpenDSS Version 9.6.1.1; License Status: Open