create_temp_dep_assignment#

Icepak.create_temp_dep_assignment(ds_name: str, scale: str | float | None = 1) PieceWiseLinearDictionary#

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:
ansys.aedt.core.modules.boundary.icepak_boundary.PieceWiseLinearDictionary

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