EventSeries(...)
This method creates an EventSeries object.
Path
mdb.models[name].EventSeriesData
Required arguments
- name
-
A String specifying the repository key.
- createStepName
-
A string specifying the step name.
- eventSeriesType
-
A string specifying the type of event series.
Optional arguments
- transformType
-
A Symbolic constant specifying the type of transformation. Possible values are NONE, BOTH, TRANSLATE, and ROTATE. The default value is NONE.
- timeSpan
-
A Symbolic constant specifying time. Possible values are TOTAL_TIME and STEP_TIME. The default value is STEP_TIME.
- transformations
-
An Array specifying the required transformations over event series data.
- fileName
-
A String specifying the filename.
- data
-
An Array of double specifying the values of fields provided in EventSeriesType.
Return value
An EventSeries object.
Exceptions
RangeError.