pycatia.pcb_board_base.pcb_hole_and_pattern

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.pcb_board_base.pcb_hole_and_pattern.PCBHoleAndPattern(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
PCBHoleAndPattern
property associated_part_name: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property AssociatedPartName() As CATBSTR

Allow to get and set the Associated Part of a hole
The possible values are : the name of the instance of component in which the hole is defined.
BOARD if the hole is defined in the Board part
PANEL If the hole is defined in the Panel part
NOREFDES is the hole is defined in a non Electronic Part.

Returns:

The result of the method:
S_OK if succeeded
E_FAIL if failed
Return type:

str

property hole_owner: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property HoleOwner() As CATBSTR

Allow to get and set the Operating power rating of a component The possible
value are MCAD,ECAD, UNOWNED

Returns:

The result of the method:
S_OK if succeeded
E_FAIL if failed
Return type:

str

property hole_type: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property HoleType() As CATBSTR

Allow to get and set the function of the hole The different values are :
PIN if the hole is associated with a component pin
VIA if the hole is associated with a conductive via
MTG if the hole is used for mounting purposes
TOOL if the hole is used for tooling purposes Other ( User defined )

Returns:

The result of the method:
S_OK if succeeded
E_FAIL if failed
Return type:

str

property plating_style: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property PlatingStyle() As CATBSTR

Allow to get and set the Plating Style of a hole The possible values are : PTH, NPTH

Returns:

The result of the method:
S_OK if succeeded
E_FAIL if failed
Return type:

str