|
C_GetSampleTimesCollated |
Call C_GetSampleTimesCollated to find the simulation times for the specified collated results.
int C_GetSampleTimesCollated(
);
The collated results handle obtained by calling C_CreateCollatedResultsAdmin.
Points to an array of double of length N, where N is the number of samples for the specified collated results. (N can be obtained by calling C_GetNumOfSamplesCollated.) The function populates the array with the N sample times.
Points to a variable in which the status result for the function call will be returned.
C_CreateCollatedResultsAdmin, C_DestroyCollatedResultsAdmin, C_GetTimeHistoryCollated, C_GetMultipleTimeHistoriesCollated, C_GetNumOfSamplesCollated, C_GetRangeGraphCollated.