DesignPlanar.get_chip_z¶
- DesignPlanar.get_chip_z(chip_name: str = 'main') str ¶
Utility function to return the z value of a chip.
- Parameters
chip_name (str) – Returns the size of the given chip. Defaults to ‘main’.
- Returns
String representation of the chip height.
- Return type
str