eda_lib_footprint_open_in_editor
Open a specified footprint in the EDA editor using its footprint and library UUIDs. Optionally open in a split-screen view for side-by-side comparison.
Instructions
lib_Footprint.openInEditor(footprintUuid: string, libraryUuid: string, splitScreenId?: string) -> Promise<string | undefined> 在编辑器打开文档
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |