ModulatedAmplitude(...)
This method creates a ModulatedAmplitude object.
Path
mdb.models[name].ModulatedAmplitude session.odbs[name].ModulatedAmplitude
Required arguments
- name
-
A String specifying the repository key.
- initial
-
A Float specifying the constant .
- magnitude
-
A Float specifying the coefficient .
- start
-
A Float specifying the starting time . Possible values are non-negative numbers.
- frequency1
-
A Float specifying the circular frequency 1 (). Possible values are positive numbers.
- frequency2
-
A Float specifying the circular frequency 2 (). Possible values are positive 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 ModulatedAmplitude object.
Exceptions
InvalidNameError and RangeError.