Say we have some external data (convection data), and we want to automate the convection load set up inside mechanical. How to set imported load (e.g., convection) to ramped in Mechanical using scripting?
The below internal-objects (to be used at own risk as these might change):
(the importedConvection object has been set up via AddImportedConvection())
importedConvection.InternalObject.ExternalLoadSteppingType=0 # default
importedConvection.InternalObject.ExternalLoadSteppingType=1 # ramped
importedConvection.InternalObject.ExternalLoadSteppingType=2 # stepped
importedConvection.InternalObject.ExternalLoadSteppingType=3 # off