Description Adds a new data entry to the specified PSD scatter model.
Syntax data = AddTabulatedPSDScatterData( id, freq, psd )
Parameters data (Long) Zero-based index of the new data point.
id As Long Identifier of the PSD scatter model.
freq As Double Frequency associated with given PSD value.
psd As Double PSD value.
Remarks Adds a new data entry to the specified PSD scatter model.
See Also DeleteTabulatedPSDScatterIthData GetTabulatedPSDScatterDataCount GetTabulatedPSDScatterFileName SetTabulatedPSDScatterFileName
|