SmoothStepAmplitude(...)
This method creates a SmoothStepAmplitude object.
Path
mdb.models[name].SmoothStepAmplitude session.odbs[name].SmoothStepAmplitude
Required arguments
- name
-
A String specifying the repository key.
- data
-
A sequence of pairs of Floats specifying time/frequency and amplitude pairs. Possible values for time/frequency 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 SmoothStepAmplitude object.
Exceptions
InvalidNameError and RangeError.