C_GetFrequencyDomainTimeHistorySampleCount

C_GetFrequencyDomainTimeHistorySampleCount is used to determine the number of samples in a time history synthesised from a frequency domain analysis.

void C_GetFrequencyDomainTimeHistorySampleCount(

double FromTime,

double ToTime,

double SampleInterval,

int *lpSampleCount,

int *lpStatus

);

Parameters

FromTime (IN)

The start time of the time history.

ToTime (IN)

The finish time of the time history.

SampleInterval (IN)

The sample interval of the time history.

lpSampleCount (OUT)

Points to a variable in which the sample count will be returned.

lpStatus (OUT)

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

See also

C_GetFrequencyDomainTimeHistoryFromProcess, C_GetFrequencyDomainTimeHistorySampleTimes.