We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a component definition with 2 pins
Then I defined SparameterModel n_port_model = GrpcSParameterModel.create(name=name, ref_net=reference_net) n_port_model.reference_file = file_path
NA
Windows
3.11
The text was updated successfully, but these errors were encountered:
@svandenb-dev Is this what you are looking for?
Database.delete(EDB_PATH) db = Database.create(EDB_PATH) cell = Cell.create(db, CellType.CIRCUIT_CELL, "main") layout = cell.layout component_def = ComponentDef.create(db, "ComponentDef1", None) component = ComponentGroup.create(layout, "ComponentGroup1", component_def.name) component.component_type = ComponentType.RESISTOR sparam_model = SParameterModel.create("SParamModel1", "ref_net") component_property = component.component_property component_property.model = sparam_model component.component_property = component_property
Sorry, something went wrong.
chenchienjacklin
No branches or pull requests
🔍 Before submitting the issue
🐞 Description of the bug
I have a component definition with 2 pins
Then I defined SparameterModel
n_port_model = GrpcSParameterModel.create(name=name, ref_net=reference_net)
n_port_model.reference_file = file_path
📝 Steps to reproduce
NA
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
NA
🐍 Which Python version are you using?
3.11
📦 Installed packages
The text was updated successfully, but these errors were encountered: