eda_sys_unit_inch_to_mm
Converts inch measurements to millimeters for EasyEDA Pro designs. Provide the inch value and optional decimal places to get the precise millimeter output.
Instructions
sys_Unit.inchToMm(inch: number, numberOfDecimals?: number) -> number 单位转换:英寸到毫米 returns: 输出毫米数
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |