ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
|
This is the complete list of members for zlayout::components::PassiveComponentFactory, including all inherited members.
createCapacitor(const std::string &name, double capacitance, Capacitor::DielectricType dielectric=Capacitor::DielectricType::Ceramic) | zlayout::components::PassiveComponentFactory | static |
createCrystal(const std::string &name, double frequency, Crystal::CrystalType type=Crystal::CrystalType::Quartz) | zlayout::components::PassiveComponentFactory | static |
createFromSpecs(const std::string &component_type, const std::string &name, const std::map< std::string, std::string > &specs) | zlayout::components::PassiveComponentFactory | static |
createInductor(const std::string &name, double inductance, Inductor::CoreType core=Inductor::CoreType::Air) | zlayout::components::PassiveComponentFactory | static |
createResistor(const std::string &name, double resistance, double tolerance=5.0) | zlayout::components::PassiveComponentFactory | static |
createTransformer(const std::string &name, double turns_ratio, Transformer::TransformerType type=Transformer::TransformerType::Signal) | zlayout::components::PassiveComponentFactory | static |
registerStandardComponents(ComponentLibrary &library) | zlayout::components::PassiveComponentFactory | static |