The SolutionDependentAmplitude object defines a solution-dependent amplitude for superplastic forming analysis.
The SolutionDependentAmplitude object is derived from the Amplitude object.
import amplitude mdb.models[name].amplitudes[name] import odbAmplitude session.odbs[name].amplitudes[name]
This method creates a SolutionDependentAmplitude object.
mdb.models[name].SolutionDependentAmplitude session.odbs[name].SolutionDependentAmplitude
Required argument
A String specifying the repository key.
Optional arguments
A Float specifying the initial amplitude value. Possible values are those between minimum and maximum. The default value is 1.0.
A Float specifying the minimum amplitude value. Possible values are those smaller than maximum and initial. The default value is 0.1.
A Float specifying the maximum amplitude value. Possible values are those larger than minimum and initial. The default value is 1000.0.
A SymbolicConstant specifying the time span of the amplitude. Possible values are STEP and TOTAL. The default value is STEP.
Return value
A SolutionDependentAmplitude object.
Exceptions
InvalidNameError and RangeError.
This method modifies the SolutionDependentAmplitude object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the SolutionDependentAmplitude method, except for the name argument.
Return value
Exceptions
RangeError.
The SolutionDependentAmplitude object has members with the same names and descriptions as the arguments to the SolutionDependentAmplitude method.