LayoutStatistics#
- class pyedb.grpc.database.utility.layout_statistics.LayoutStatistics#
Bases:
objectStatistics object
Object properties example. >>> stat_model = EDBStatistics() >>> stat_model.num_capacitors >>> stat_model.num_resistors >>> stat_model.num_inductors >>> stat_model.layout_size >>> stat_model.num_discrete_components >>> stat_model.num_inductors >>> stat_model.num_resistors >>> stat_model.num_capacitors >>> stat_model.num_nets >>> stat_model.num_traces >>> stat_model.num_polygons >>> stat_model.num_vias >>> stat_model.stackup_thickness >>> stat_model.occupying_surface >>> stat_model.occupying_ratio
Overview#
Layer number. |
|
Stackup total thickness. |
|
Via number. |
|
Occupying ratio. |
|
Occupying surface. |
|
Layout size. |
|
Polygon number. |
|
Trace number. |
|
Net number. |
|
Discrete component number. |
|
Inductor number. |
|
Capacitor number. |
|
Resistor number. |
Import detail#
from pyedb.grpc.database.utility.layout_statistics import LayoutStatistics
Property detail#
- property LayoutStatistics.stackup_thickness: float#
Stackup total thickness.
- Returns:
floatStack up total thickness value.
- property LayoutStatistics.occupying_ratio: float#
Occupying ratio.
- Returns:
floatOccupying ration value. Value representing metal coverage versus total layout surface.
- property LayoutStatistics.occupying_surface: bool#
Occupying surface.
- Returns:
floatOccupying surface value.
- property LayoutStatistics.num_discrete_components: int#
Discrete component number.
- Returns:
intTotal number of discrete components.
- property LayoutStatistics.num_inductors: int#
Inductor number.
- Returns:
intTotal number of inductors.