pycatia.abq_automation_interfaces.abq_thermal_conn_behavior

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_thermal_conn_behavior.ABQThermalConnBehavior(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
ABQThermalConnBehavior

Represents an Abaqus thermal connection behavior (ABQThermalConnBehavior)
object.
Role: Access an Abaqus thermal connection behaviour object or determine its
properties.
add_gap_conduction_table(i_conductance: tuple, i_clearance: tuple, i_temperature: tuple) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddGapConductionTable(CATSafeArrayVariant
iConductance,
CATSafeArrayVariant iClearance,
CATSafeArrayVariant iTemperature)

Adds a gap-conductance table using three lists containing gap, conductance,
and temperature values. Temperature list will be ignored if the temperature
dependency is OFF. The number of values in all of the parameter lists must
match. If either list contains extra values, the extra values are
discarded.

Parameters:

iConductance
The list of conductance values (in W/degK/m^2).
iClearance
The list of clearance values (in meter).
iTemperature
The list of temperature values (in degK).
Parameters:
  • i_conductance (tuple) –

  • i_clearance (tuple) –

  • i_temperature (tuple) –

Return type:

None

property conductance_table_size: int

Note

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

Returns the size of the conductance table.

Returns:
The size of the conductance table.
Return type:

int

property description: str

Note

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

Sets or returns the description.

Returns:
The description of the step.
Return type:

str

get_gap_conduction_table(o_conductance: tuple, o_clearance: tuple, o_temperature: tuple) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetGapConductionTable(CATSafeArrayVariant
oConductance,
CATSafeArrayVariant oClearance,
CATSafeArrayVariant oTemperature)

Returns list(s) containing gap, conductance, and temperature
values.

Returns:
The lists of gap, conductance, and temperature values. The list of
temperature values will be ignored if the temperature dependency is OFF.

Parameters:

oConductance
The list of conductance values (in W/degK/m^2).
oClearance
The list of clearance values (in mm).
oTemperature
The list of temperature values (in degK).
Parameters:
  • o_conductance (tuple) –

  • o_clearance (tuple) –

  • o_temperature (tuple) –

Return type:

None

property temperature_dependency: bool

Note

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

Sets or returns the temperature dependency.

Returns:
A boolean specifying whether the values are dependent on temperature.
Return type:

bool