pycatia.electrical_schematic_interfaces.electrical_schematic_object

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.electrical_schematic_interfaces.electrical_schematic_object.ElectricalSchematicObject(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
ProductStructureInterfaces.Product
ElecSchematicObject

Represents the electrical schematic objects.
property connected_elec_sch_objects: SchListOfObjects

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ConnectedElecSchObjects() As SchListOfObjects (Read
Only)

This method returns the collection of Electrical Schematic Connected
Objects.
Return type:

SchListOfObjects

property elec_schematic_children: SchListOfObjects

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ElecSchematicChildren() As SchListOfObjects (Read
Only)

This method returns the collection of Electrical Schematic Object’s
Children (component in Pipe Line, Assembly).
Return type:

SchListOfObjects

property elec_schematic_parent: ElectricalSchematicObject

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ElecSchematicParent() As ElecSchematicObject (Read
Only)

This method returns the electrical schematic parent.
Return type:

ElecSchematicObject

get_pin_attribute(i_connected_object: ElectricalSchematicObject, i_attr_name: str) str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetPinAttribute(ElecSchematicObject iConnectedObject,
CATBSTR iAttrName) As CATBSTR

Get the value of an attribute of the pin which connects this and the
specified object.
Parameters:
  • i_connected_object (ElecSchematicObject) –

  • i_attr_name (str) –

Return type:

str

property is_space_reserved: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property IsSpaceReserved() As boolean (Read Only)

Defines if the electrical schematic object has a reservation box in 3D
world
Return type:

bool

property root_type: str

Note

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

Returns the Electrical Schematic Object’s Root Type (Equipment, Signal,
Bundle, Wire).
Return type:

str

property type: str

Note

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

Returns the Electrical Schematic Object’s Type (Alternator, Signal, Bundle,
Wire, …).
Return type:

str