Description Retrieves the frequency and PSD value from a specific data entry in the given PSD scatter model.
Syntax GetTabulatedPSDScatterIthData id, i, freq, psd
Parameters id As Long Identifier of the PSD scatter model.
i As Long Zero-based index of the data point being set.
freq As Double Frequency associated with given PSD value.
psd As Double PSD value.
Remarks Retrieves the frequency and PSD value from a specific data entry in the given PSD scatter model.
See Also DeleteTabulatedPSDScatterIthData GetTabulatedPSDScatterDataCount GetTabulatedPSDScatterFileName SetTabulatedPSDScatterFileName
|