pycatia.abq_automation_interfaces.abq_smooth_step_amplitude

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_smooth_step_amplitude.ABQSmoothStepAmplitude(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
ABQAutomationItf.ABQProperty
ABQSmoothStepAmplitude

Represents a smooth step amplitude (ABQSmoothStepAmplitude)
object.
Role: Access an Abaqus smooth step amplitude or determine its
properties.
add_time_amplitude_table(i_time: tuple, i_amplitude: tuple) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddTimeAmplitudeTable(CATSafeArrayVariant iTime,
CATSafeArrayVariant iAmplitude)

Adds a list of time and amplitude for the specified time span STEP_TIME or
TOTAL_TIME The number of values in both of the parameters must match. If either
list contains extra values, the extra values are
discarded.

Parameters:

iTime
The list of times.
iAmplitude
The list of amplitudes.
Parameters:
  • i_time (tuple) –

  • i_amplitude (tuple) –

Return type:

None

get_time_amplitude_table(o_time: tuple, o_amplitude: tuple) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetTimeAmplitudeTable(CATSafeArrayVariant oTime,
CATSafeArrayVariant oAmplitude)

Returns a list of time and amplitude for the specified timespan (STEP_TIME
or TOTAL_TIME).

Parameters:

oTime
The list of times.
oTemperature
The list of amplitudes.
Parameters:
  • o_time (tuple) –

  • o_amplitude (tuple) –

Return type:

None

property time_amplitude_table_size: int

Note

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

Returns the size of the time/amplitude table.

Returns:
The size of the time/amplitude table.
Return type:

int

property time_span: int

Note

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

Sets or returns the timespan in smooth step amplitude.

Returns:
The timespan

Legal values:

STEP_TIME
TOTAL_TIME
Return type:

int