ScrSetPadstackViaPlatingAbsolute

Changes a padstack's via plating absolute value.

UI Command:   Home > Edit Padstacks. Select Absolute and set value.
Syntax:   obj.ScrSetPadstackViaPlatingAbsolute(<padstackName>, <viaPlatingAbsolute>)
Parameters:  

BSTR padstackName

BSTR viaPlatingAbsolute (including unit of measure; assumed to be meters if no unit specified)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrSetPadstackViaPlatingAbsolute("VIA_M1_M2", "0.1mm")

IPY Example:  

oDoc.ScrSetPadstackViaPlatingAbsolute('VIA_M1_M2', '0.1mm')