HistoryOutput(...)
This method creates a HistoryOutput object.
Path
session.odbs[name].steps[name].historyRegions[name].HistoryOutput
Required arguments
- name
A String specifying the output variable name.
- description
A String specifying the output variable.
- type
A SymbolicConstant specifying the output type. Only SCALAR is currently supported.
Optional arguments
- validInvariants
A sequence of SymbolicConstants specifying which invariants should be calculated for this field. Possible values are MAGNITUDE, MISES, TRESCA, PRESS, INV3, MAX_PRINCIPAL, MID_PRINCIPAL, and MIN_PRINCIPAL. The default value is an empty sequence.
Return value
A HistoryOutput object.
Exceptions
None.