pycatia.abq_automation_interfaces.abq_step

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.abq_automation_interfaces.abq_step.ABQStep(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
ABQStep

Represents a Abaqus analysis step (ABQStep) object.
Role: Access an Abaqus analysis step or determine its
properties.
property data_output_requests: ABQDataOutputRequests

Note

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

Returns the ABQDataOutputRequests container associated with the
step.

Example:
The following example retrieves the ABQDataOutputRequests container
abqOutputRequests:

Dim abqStep As ABQGeneralStaticStep
Dim abqDataOutputRequests As ABQDataOutputRequests
Set abqDataOutputRequests = abqStep.OutputRequests
Return type:

ABQDataOutputRequests

property field_output_requests: ABQFieldOutputRequests

Note

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

Returns the ABQFieldOutputRequests container associated with the
step.

Example:
The following example retrieves the ABQFieldOutputRequests container
abqOutputRequests:

Dim abqStep As ABQGeneralStaticStep
Dim abqFieldOutputRequests As ABQFieldOutputRequests
Set abqFieldOutputRequests = abqStep.OutputRequests
Return type:

ABQFieldOutputRequests

property history_output_requests: ABQHistoryOutputRequests

Note

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

Returns the ABQHistoryOutputRequests container associated with the
step.

Example:
The following example retrieves the ABQHistoryOutputRequests container
abqOutputRequests:

Dim abqStep As ABQGeneralStaticStep
Dim abqHistoryOutputRequests As
ABQHistoryOutputRequests
Set abqHistoryOutputRequests = abqStep.OutputRequests
Return type:

ABQHistoryOutputRequests

property interactions: ABQInteractions

Note

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

Returns the ABQInteractions container associated with the
step.

Example:
The following example retrieves the ABQInteractions container
abqInteractions:

Dim abqStep As ABQGeneralStaticStep
Dim abqInteractions As ABQInteractions
Set abqInteractions = abqStep.Interactions
Return type:

ABQInteractions

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 type of the step.

Returns:
The string representing the type of the step.
Return type:

str