积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(43)KiCad(43)

语言

全部英语(26)中文(简体)(13)日语(4)

格式

全部PDF文档 PDF(33)其他文档 其他(10)
 
本次搜索耗时 0.022 秒,为您找到相关结果约 43 个.
  • 全部
  • 综合其他
  • KiCad
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 KiCad PCB 编辑器 5.1

    脚本允许您使用 Python 语言在 KiCad 中自动执行任务。 另请参阅 Python脚本参考 中的 doxygen 文档。 您可以在终端上输入‘pydoc pcbnew’来查看 Python 模块帮助。 使用脚本可以创建: 插件 :KiCad 启动时会加载此类脚本。 例子: 封装向导 :帮助您轻松填充参数。 请参阅下面的专用部分《 Footprint_Wizards,Footprint D_焊盘(D_PADs),边缘(EDGEs) 等。 请参阅下面的 板(BOARD) 部分。 15.2. 基本 API 参考 所有 pcbnew API 都是从 Python 中的“pcbnew”模块提供的。 GetBoard() 方法将 在编辑器中返回当前打开的PCB,对于从 pcbnew 或 action 插件中的集成脚本 shell 编写的命令非常有用。 15.3. 加载和保存板(Board) Reference().SetVisible(True) # set Reference as Visible pcb.Save("mod_"+filename) 15.4. 列出和加载库 枚举库,枚举模块,枚举焊盘. #!/usr/bin/python from pcbnew import * libpath = "/usr/share/kicad/modules/Sockets.pretty"
    0 码力 | 304 页 | 3.02 MB | 1 年前
    3
  • pdf文档 KiCad PCB 编辑器 5.1

    脚本允许您使用 Python 语言在 KiCad 中自动执行任务。 另请参阅 Python 脚本参考 中的 doxygen 文档。 您可以在终端上输入‘pydoc pcbnew’来查看 Python 模块帮助。 使用脚本可以创建: • 插件:KiCad 启动时会加载此类脚本。例子: – 封装向导:帮助您轻松填充参数。请参阅下面的专用部分《Footprint_Wizards,Footprint Wizards D_ 焊盘(D_PADs),边缘(EDGEs)等。 • 请参阅下面的板(BOARD)部分。 15.2 基本 API 参考 所有 pcbnew API 都是从 Python 中的“pcbnew”模块提供的。GetBoard() 方法将在编辑器中返回当前打开的 PCB, 对于从 pcbnew 或 action 插件中的集成脚本 shell 编写的命令非常有用。 Pcbnew 155 / 163 Reference().SetVisible(True) # set Reference as Visible pcb.Save("mod_"+filename) 15.4 列出和加载库 枚举库,枚举模块,枚举焊盘 #!/usr/bin/python from pcbnew import * libpath = "/usr/share/kicad/modules/Sockets.pretty"
    0 码力 | 175 页 | 4.56 MB | 1 年前
    3
  • pdf文档 KiCad 5.1快速入门

    sys, re try: fin=open(sys.argv[1],'r') fout=open(sys.argv[2],'w') except: print "oh, wrong use of this app, try:", sys.argv[0], "in.txt out.txt" sys.exit() for ln in fin.readlines(): obj=re.search("(X \-- ... KiCad 入门 41 / 41 Chapter 10 有关 KiCad 文档的更多信息 这是 KiCad 中大多数功能的快速指南。有关更详细的说明,请参阅可通过每个 KiCad 模块访问的帮助文件。点击 帮 助 → 手册。 KiCad 为其所有四个软件元件提供了一套非常好的多语言手册。 所有 KiCad 手册的英文版都随 KiCad 一起发布。 除了手册之外,KiCad
    0 码力 | 46 页 | 1.33 MB | 1 年前
    3
  • epub文档 KiCad 5.1 快速入门

    KiCad 元件引脚编号的简单脚本 ''' ''' simple script to manipulate KiCad component pins numbering''' import sys, re try: fin=open(sys.argv[1],'r') fout=open(sys.argv[2],'w') except: print "oh, wrong use of this app, try:", sys.argv[0], "in.txt out.txt" sys.exit() for ln in fin.readlines(): obj=re.search("(X PIN)(\d*)(\s)(\d*) (\s.*)",ln) if obj: num = int(obj.group(2))+25 ln=obj.group(1) gerber/ |-- ... \-- ... 第 10 章 有关 KiCad 文档的更多信息 这是 KiCad 中大多数功能的快速指南。 有关更详细的说明,请参阅可通过每 个 KiCad 模块访问的帮助文件。 点击 帮助 → 手册。 KiCad 为其所有四个软件元件提供了一套非常好的多语言手册。 所有 KiCad 手册的英文版都随 KiCad 一起发布。 除了手册之外,KiCad
    0 码力 | 59 页 | 574.65 KB | 1 年前
    3
  • epub文档 KiCad IDF 导出器 5.1

    。 非极化垂直轴向引 线元件必须在右侧有导线; 极化垂直轴向引线元件可以在两侧都有导线,这取 决于引脚 1 是在下端(导线在右侧)还是在上端(导线在左侧)。 注意 在当前版本的 KiCad 封装模块中,THT 元件的引脚沿 Y 轴而非 X 轴进 行组织,器件的引脚 1位于封装的原点而不是封装的中心。 定位和定 位元件边框以适合您的特定尺寸; 这将避免为 IDF 元件边框指定非零旋 转的需要。 由于
    0 码力 | 16 页 | 154.55 KB | 1 年前
    3
  • pdf文档 KiCad IDF 导出器 5.1

    4])。非极化垂直轴向引线元件必须在右侧有导线; 极化垂直轴向引线元件可以在两侧都有导线,这取 决于引脚 1 是在下端(导线在右侧)还是在上端(导线在左侧)。 Note 在当前版本的 KiCad 封装模块中,THT 元件的引脚沿 Y 轴而非 X 轴进行组织,器件的引脚 1 位于封装的原点而 不是封装的中心。定位和定位元件边框以适合您的特定尺寸; 这将避免为 IDF 元件边框指定非零旋转的需要。由于
    0 码力 | 14 页 | 562.56 KB | 1 年前
    3
  • epub文档 Kicad 5.1 插件

    aTopNode, bool reuse, bool renameNodes ); // 注意:以下函数组合用于创建 VRML。 // 组装,可以使用模块的每个 SG* 表示的各种实例。 // 典型的用例是: // 1.调用 ‘ResetNodeIndex()’ 重置全局节点名索 引。 // 2.对于 ‘S3DCACHE->load()’
    0 码力 | 56 页 | 49.46 KB | 1 年前
    3
  • epub文档 KiCad PCB Editor 5.1

    of general options (units, etc.). The management of other display options. Creation, editing (and re-read) of the hot keys file. 3.9.10. The Help menu Provides access to the user manuals and to the can be back annotated into the schematic file as the F2 field for each component, saving the task of re-assigning footprints in each schematic edit pass. In Eeschema copying a component will also copy the the corresponding footprints must be assigned using Cvpcb. Launch Pcbnew and re-read the modified netlist (this will also re-read the file with the footprint selections). Pcbnew will then load automatically
    0 码力 | 279 页 | 3.02 MB | 1 年前
    3
  • epub文档 Getting Started in KiCad 4.0

    changes to a corresponding PCB layout. This is a fundamental feature because you do not really want to re-do the layout of the whole PCB every time you make a modification to your schematic. Forward Annotation Click on the middle of your schematic sheet. A Choose Component window will appear on the screen. We’re going to place a resistor. Search / filter on the R of Resistor. You may notice the device heading selecting your .ses file. If there is any routed trace that you do not like, you can delete it and re-route it again, using the del key and the routing tool, which is the Add tracks icon on the right
    0 码力 | 63 页 | 756.22 KB | 1 年前
    3
  • pdf文档 Getting Started in KiCad 4.0

    changes to a corresponding PCB layout. This is a fundamental feature because you do not really want to re-do the layout of the whole PCB every time you make a modification to your schematic. Forward Annotation Click on the middle of your schematic sheet. A Choose Component window will appear on the screen. We’re going to place a resistor. Search / filter on the R of Resistor. You may notice the device heading selecting your .ses file. If there is any routed trace that you do not like, you can delete it and re-route it again, using the del key and the routing tool, which is the Add tracks icon on the right
    0 码力 | 50 页 | 892.87 KB | 1 年前
    3
共 43 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
KiCadPCB编辑编辑器5.1快速入门IDF导出Kicad插件EditorGettingStartedin4.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩