C_GetFrequencyDomainTimeHistorySampleTimes

Call C_GetFrequencyDomainTimeHistorySampleTimes to obtain the sample times of a time history synthesised from a frequency domain analysis.

void C_GetFrequencyDomainTimeHistorySampleTimes(

double FromTime,

double SampleInterval,

int SampleCount,

double *lpTimes,

int *lpStatus

);

Parameters

FromTime (IN)

The start time of the time history.

SampleInterval (IN)

The sample interval of the time history.

SampleCount (IN)

The number of samples in the time history. This is typically obtained by calling C_GetFrequencyDomainTimeHistorySampleCount.

lpTimes (OUT)

Points to an array of double of length SampleCount. The function populates the array with the SampleCount sample times.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

C_GetFrequencyDomainTimeHistoryFromProcess, C_GetFrequencyDomainTimeHistorySampleCount.