create_temp_dep_assignment#

Icepak.create_temp_dep_assignment(ds_name, scale=1)[source]#

Create a temperature-dependent assignment from a dataset.

Parameters:
ds_namestr

Name of the dataset.

scalefloat or str, optional

Value for scaling the y value of the dataset. The default is 1.

Returns:
pyaedt.modules.Boundary.PieceWiseLinearDictionary

Boundary dictionary object that can be passed to boundary condition assignment functions.