Description Sets the frequency and PSD value of a specific data entry in the given PSD scatter model.
Syntax SetTabulatedPSDScatterIthData 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 Sets the frequency and PSD value of a specific data entry in the given PSD scatter model.
See Also DeleteTabulatedPSDScatterIthData GetTabulatedPSDScatterDataCount GetTabulatedPSDScatterFileName SetTabulatedPSDScatterFileName
|