DecayAmplitude(...)
This method creates a DecayAmplitude object.
Path
mdb.models[name].DecayAmplitude session.odbs[name].DecayAmplitude
Required arguments
- name
-
A String specifying the repository key.
- initial
-
A Float specifying the constant .
- maximum
-
A Float specifying the coefficient .
- start
-
A Float specifying the starting time . Possible values are non-negative numbers.
- decayTime
-
A Float specifying the decay time . Possible values are non-negative numbers.
Optional arguments
- timeSpan
-
A SymbolicConstant specifying the time span of the amplitude. Possible values are STEP and TOTAL. The default value is STEP.
Return value
A DecayAmplitude object.
Exceptions
InvalidNameError and RangeError.