PieceWiseLinearDictionary#

class ansys.aedt.core.modules.boundary.PieceWiseLinearDictionary(assignment_type, ds, scale)[source]#

Manages dataset condition assignments, which are children of the BoundaryDictionary class.

Parameters:
assignment_typestr

Type of assignment represented by the class. Options are "Temp Dep" and "Transient".

dsstr

Dataset name to assign.

scalestr

Scaling factor for the y values of the dataset.

Attributes

PieceWiseLinearDictionary.dataset_name

Dataset name that defines the piecewise assignment.

PieceWiseLinearDictionary.props

Dictionary that defines all the boundary condition properties.