Open
Description
Support Question
I am programmatically defining all circuit elements based on data that can have mixed string cases, and later I need to align the bus names (and many other things in the dss model) with the data. Is there a way to stop dss from changing the capitalization of the bus names?
dss(f"""
Clear
new circuit.dummy Bus=CapsBUS
solve
""")
dss.CktElement.BusNames()
['capsbus', 'capsbus.0.0.0']