Skip to content

bus names are set to lower case: can this be prevented? #136

Open
@nlaws-camus

Description

@nlaws-camus

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']

Metadata

Metadata

Assignees

No one assigned

    Labels

    engineEngine-related (hosted by DSS C-API) issueenhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions