PeriodicAmplitude(...)
This method creates a PeriodicAmplitude object.
Path
mdb.models[name].PeriodicAmplitude session.odbs[name].PeriodicAmplitude
Required arguments
- name
-
A String specifying the repository key.
- frequency
-
A Float specifying the circular frequency . Possible values are positive numbers.
- start
-
A Float specifying the starting time . Possible values are positive numbers.
- a_0
-
A Float specifying the constant .
- data
-
A sequence of pairs of Floats specifying and pairs.
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 PeriodicAmplitude object.
Exceptions
InvalidNameError and RangeError.