Home > SCH_ManufactureData > placeSmtComponentsOrder
SCH_ManufactureData.placeSmtComponentsOrder() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
SMT 元件下单
Signature
typescript
placeSmtComponentsOrder(interactive?: boolean, ignoreWarning?: boolean): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
interactive | boolean | (Optional) 是否启用交互式检查 如若启用,则会存在弹窗等待用户进行交互,且无法使用 如若禁用,则在调用后不会有任何 EDA 内部弹窗,程序执行静默检查, 如若达成下单条件,将返回 |
ignoreWarning | boolean | (Optional) 在非交互式检查时忽略警告 如果设置为 如果设置为 |
Returns
Promise<boolean>
是否通过下单检查