ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
Loading...
Searching...
No Matches
zlayout::components::PassiveComponentFactory Member List

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::PassiveComponentFactorystatic
createCrystal(const std::string &name, double frequency, Crystal::CrystalType type=Crystal::CrystalType::Quartz)zlayout::components::PassiveComponentFactorystatic
createFromSpecs(const std::string &component_type, const std::string &name, const std::map< std::string, std::string > &specs)zlayout::components::PassiveComponentFactorystatic
createInductor(const std::string &name, double inductance, Inductor::CoreType core=Inductor::CoreType::Air)zlayout::components::PassiveComponentFactorystatic
createResistor(const std::string &name, double resistance, double tolerance=5.0)zlayout::components::PassiveComponentFactorystatic
createTransformer(const std::string &name, double turns_ratio, Transformer::TransformerType type=Transformer::TransformerType::Signal)zlayout::components::PassiveComponentFactorystatic
registerStandardComponents(ComponentLibrary &library)zlayout::components::PassiveComponentFactorystatic