_Step.add_output

_Step.add_output(output)

Request a field or history output.

Parameters
outputcompas_fea2.problem._Output

The requested output.

Returns
compas_fea2.problem._Output

The requested output.

Raises
TypeError

if the output is not an instance of an compas_fea2.problem._Output.