ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
Loading...
Searching...
No Matches
zlayout.component_interface.ComponentCategory Class Reference
Inheritance diagram for zlayout.component_interface.ComponentCategory:
Collaboration diagram for zlayout.component_interface.ComponentCategory:

Static Public Attributes

str PASSIVE = "passive"
str ACTIVE = "active"
str DIGITAL = "digital"
str ANALOG = "analog"
str MIXED_SIGNAL = "mixed_signal"
str CUSTOM = "custom"

Detailed Description

组件类别枚举

Definition at line 41 of file component_interface.py.

Member Data Documentation

◆ ACTIVE

str zlayout.component_interface.ComponentCategory.ACTIVE = "active"
static

Definition at line 44 of file component_interface.py.

◆ ANALOG

str zlayout.component_interface.ComponentCategory.ANALOG = "analog"
static

Definition at line 46 of file component_interface.py.

◆ CUSTOM

str zlayout.component_interface.ComponentCategory.CUSTOM = "custom"
static

Definition at line 48 of file component_interface.py.

◆ DIGITAL

str zlayout.component_interface.ComponentCategory.DIGITAL = "digital"
static

Definition at line 45 of file component_interface.py.

◆ MIXED_SIGNAL

str zlayout.component_interface.ComponentCategory.MIXED_SIGNAL = "mixed_signal"
static

Definition at line 47 of file component_interface.py.

◆ PASSIVE

str zlayout.component_interface.ComponentCategory.PASSIVE = "passive"
static

Definition at line 43 of file component_interface.py.


The documentation for this class was generated from the following file: