pycatia.abq_automation_interfaces.abq_temperature_history

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_temperature_history.ABQTemperatureHistory(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.ABQTemperature
ABQTemperatureHistory

Represents an Abaqus temperature history object
(ABQTemperatureHistory).
Role: Access an Abaqus temperature history object or determine its
properties.
property activation_status: bool

Note

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

Sets or returns the activation status.

Returns:
A boolean specifying whether the feature is activated.
Return type:

bool

property amplitude: ABQTabularAmplitude

Note

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

Sets or returns the amplitude of the temperature field.

Example:
This example retrieves the ABQTabularAmplitude
abqAmplitude.

Dim abqTemperature As ABQTemperature
Dim abqAmplitude As ABQTabularAmplitude
Set abqAmplitude = abqTemperature.Amplitude
Return type:

ABQTabularAmplitude

property begin_step_num: int

Note

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

Sets or returns the step number at which to start reading the temperature
data.
Return type:

int

property end_step_num: int

Note

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

Sets or returns the step number at which to stop reading the temperature
data.
Return type:

int

property use_amplitude: bool

Note

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

Sets or returns the UseAmplitude flag.

Returns:
A boolean specifying whether an amplitude will be
used.
Return type:

bool