eda_sys_unit_mm_to_mil
Convert millimeters to mils for EasyEDA Pro PCB design units. Specify a value and optional decimal precision to get the equivalent mil measurement.
Instructions
sys_Unit.mmToMil(mm: number, numberOfDecimals?: number) -> number 单位转换:毫米到密尔 returns: 输出密尔数
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |