pycatia.cat_plant_ship_interfaces.psp_class

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.cat_plant_ship_interfaces.psp_class.PSPClass(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
PspClass

Represent Interface to list the start up object classes of an
application.
Role: Application object classes.
property start_up_connectors: PSPListOfBSTRs

Note

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

Returns a List of start-up Connector object classes.

Example:

Dim objThisIntf As PspClass
Dim objArg1 As PspListOfBSTRs
Set objArg1 = objThisIntf.StartUpConnectors
Return type:

PSPListOfBSTRs

property start_up_functions: PSPListOfBSTRs

Note

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

Returns a List of start-up Function object classes.

Example:

Dim objThisIntf As PspClass
Dim objArg1 As PspListOfBSTRs
Set objArg1 = objThisIntf.StartupFunctions
Return type:

PSPListOfBSTRs

property start_up_physicals: PSPListOfBSTRs

Note

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

Returns a List of start-up physical object classes.

Example:

Dim objThisIntf As PspClass
Dim objArg1 As PspListOfBSTRs
Set objArg1 = objThisIntf.StartupPhysicals
Return type:

PSPListOfBSTRs