getEventSeriesSliceProperties
Query properties of a slice of the event series data.
Utility Routine Interface
include 'aba_evs_param.inc' character*80 evsName, cProps(n_evsC_size) dimension iProps(n_evsI_size), rProps(n_evsR_size) ... call getEventSeriesSliceProperties(evsName, iProps, rProps, cProps)
Variables to Be Provided to the Utility Routine
- evsName
-
The name of the event series that will be queried.
Variables Returned from the Utility Routine
- iProps(i_evsI_numFields)
-
The number of fields in the event series.
- iProps(i_evsI_numEvents)
-
The number of events in the slice of the event series.
- iProps(i_evsI_time)
-
1 for STEP TIME, 2 for TOTAL TIME.
- rProps(i_evsR_tStart)
-
Time of the first event in the slice.
- rProps(i_evsR_tEnd)
-
Time of the last event in the slice.