TTimeHistorySummarySpecification

The TTimeHistorySummarySpecification structure is used to pass calculation options to C_CreateTimeHistorySummary2.

typedef struct {

int Size;

double SpectralDensityFundamentalFrequency;

} TTimeHistorySummarySpecification;

Members

Size

Specifies the size, in bytes, of this data structure. Set this member to sizeof(TTimeHistorySummarySpecification) before calling C_CreateTimeHistorySummary2.

SpectralDensityFundamentalFrequency

Specifies the minimum, or fundamental, frequency of the spectral density calculation.

This member is only used for spectral density results.

See also

C_CreateTimeHistorySummary2.