SimulationError#

class ansys.additive.core.simulation_error.SimulationError(input: ansys.additive.core.single_bead.SingleBeadInput | ansys.additive.core.porosity.PorosityInput | ansys.additive.core.microstructure.MicrostructureInput | ansys.additive.core.microstructure_3d.Microstructure3DInput | ansys.additive.core.thermal_history.ThermalHistoryInput | ansys.additive.core.material_tuning.MaterialTuningInput, message: str, logs: str)#

Provides simulation error information.

Overview#

input

Simulation input.

message

Provides simulation error message.

logs

Provides simulation logs.

Import detail#

from ansys.additive.core.simulation_error import SimulationError

Property detail#

property SimulationError.input: ansys.additive.core.single_bead.SingleBeadInput | ansys.additive.core.porosity.PorosityInput | ansys.additive.core.microstructure.MicrostructureInput | ansys.additive.core.microstructure_3d.Microstructure3DInput | ansys.additive.core.thermal_history.ThermalHistoryInput | ansys.additive.core.material_tuning.MaterialTuningInput#

Simulation input.

property SimulationError.message: str#

Provides simulation error message.

property SimulationError.logs: str#

Provides simulation logs.