Frame(...)
This method creates an OdbFrame object and appends it to the frame sequence.
Path
odb.steps()[name].Frame
Prototype
odb_Frame Frame(int incrementNumber, float frameValue, const odb_String& description);
Required arguments
- incrementNumber
-
An Int specifying the frame increment number within the step. The base frame has normally increment number 0, and the results run from 1. In case of multiple load cases, the same increment number is duplicated for each loadcase.
- frameValue
-
A Float specifying the value in units determined by the domain member of the Step object. The equivalent in the time domain is stepTime; in the frequency domain the equivalent is frequency; and in the modal domain the equivalent is mode.
Optional arguments
- description
-
An odb_String specifying the contents of the frame. The default value is an empty string.
Return value
An OdbFrame object.
Exceptions
None.