C_GetFrequencyDomainResults

Call C_GetFrequencyDomainResults to extract frequency domain results. The model must use the frequency domain dynamics solution method and be in the simulation complete state.

void C_GetFrequencyDomainResults(

TOrcFxAPIHandle ObjectHandle,

const TObjectExtra2 *lpObjectExtra,

int VarID,

TFrequencyDomainResults *lpValue,

int *lpStatus

);

Parameters

ObjectHandle (IN)

The handle of the object for which you want frequency domain results.

lpObjectExtra (IN)

Points to a TObjectExtra2 variable which specifies where on the object results are required. Can be NULL if no additional information is needed.

VarID (IN)

Specifies the OrcaFlex variable for which the time history results are requested. Call C_GetVarID to obtain a VarID from a variable name.

lpValue (OUT)

Points to a TFrequencyDomainResults variable in which the frequency domain results will be returned.

lpStatus (OUT)

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

Unicode and ANSI

The Unicode function name is C_GetFrequencyDomainResultsW and the ANSI function name is C_GetFrequencyDomainResultsA.

See also

TFrequencyDomainResults, C_GetFrequencyDomainMPM, C_GetFrequencyDomainResultsFromProcess.