The BaselineCorrection object modifies an acceleration history to minimize the overall drift of the displacement obtained from the time integration of the given acceleration.
import amplitude mdb.models[name].amplitudes[name].baselineCorrection import odbAmplitude session.odbs[name].amplitudes[name].baselineCorrection
This method creates a BaselineCorrection object.
mdb.models[name].amplitudes[name].BaselineCorrection session.odbs[name].amplitudes[name].BaselineCorrection
Required arguments
Optional argument
A sequence of Floats specifying the correction time interval end points. Possible values are positive and monotonically increasing Floats. The default value is an empty sequence.
Return value
A BaselineCorrection object.
Exceptions
RangeError.
This method modifies the BaselineCorrection object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the BaselineCorrection method.
Return value
Exceptions
RangeError.
The BaselineCorrection object has members with the same names and descriptions as the arguments to the BaselineCorrection method.