Skip to content

Latest commit

 

History

History
174 lines (85 loc) · 2.24 KB

File metadata and controls

174 lines (85 loc) · 2.24 KB

IPCB_PrimitiveSolderMaskAndPasteMaskExpansion interface

阻焊/助焊扩展

Signature

interface IPCB_PrimitiveSolderMaskAndPasteMaskExpansion 

Remarks

本参数设置包含以下三类情况:

  1. 当图元为顶层/底层贴片焊盘时,允许设置对应层的阻焊/助焊扩展,其余设置不生效

  2. 当图元为通孔焊盘时,允许设置顶层/底层的阻焊扩展,助焊扩展的设置不生效

  3. 当图元为过孔时,允许设置顶层/底层的阻焊扩展,助焊扩展的设置不生效,如若为盲孔,则视其暴露层生效其阻焊扩展设置

助焊扩展在一般情况下仅用于钢网生产等特定用途,不了解其作用请安心地忽略其参数设置

Properties

Property

Modifiers

Type

Description

bottomPasteMask?

number

(Optional) 底层助焊扩展

bottomSolderMask?

number

(Optional) 底层阻焊扩展

topPasteMask?

number

(Optional) 顶层助焊扩展

topSolderMask?

number

(Optional) 顶层阻焊扩展


属性详情

bottompastemask

IPCB_PrimitiveSolderMaskAndPasteMaskExpansion.bottomPasteMask property

底层助焊扩展

Signature

bottomPasteMask?: number;

bottomsoldermask

IPCB_PrimitiveSolderMaskAndPasteMaskExpansion.bottomSolderMask property

底层阻焊扩展

Signature

bottomSolderMask?: number;

toppastemask

IPCB_PrimitiveSolderMaskAndPasteMaskExpansion.topPasteMask property

顶层助焊扩展

Signature

topPasteMask?: number;

topsoldermask

IPCB_PrimitiveSolderMaskAndPasteMaskExpansion.topSolderMask property

顶层阻焊扩展

Signature

topSolderMask?: number;