eda_dmt_board_get_board_info
Retrieve detailed properties of a board by name from the active EDA window, returning undefined if the lookup fails.
Instructions
dmt_Board.getBoardInfo(boardName: string) -> Promise<IDMT_BoardItem | undefined>
获取板子的详细属性
returns: 板子的详细属性,如若为 undefined 则获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |