Skip to content

Body does not have an attribute is_hfss #44

Description

@StevenTouzard

A lot of methods in drawpylib require the Body from drawpy to have an attribute is_hfss. However, Modeler is not initialized with is_hfss. A lot of scripts I tried do:

pm = Modeler('hfss')
pm.is_hfss = True
chip = Body(pm, 'chip')

In this case chip doesn't inherit is_hfss which causes problems later. I can workaround by defining is_hfss for each Body but it doesn't seem like that was the goal.

Should we just initialize the Modeler with this attribute ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions