readPowerSpectrum
Description
initiates a swept-span measurement on the specified RF spectrum analyzer, and returns
acquired spectral data. The units of amplitude are specified using the
SpecData
= readPowerSpectrum(rfsa
)AmplitudeUnits
property of the RFSpecAn
object. The
function errors if the instrument is configured for a zero-span measurement.
measures power spectrum data for the specified instrument trace. The value of
SpecData
= readPowerSpectrum(rfsa
,Trace=traceID)traceID
can be numeric or its corresponding string, for example,
Trace=1
or Trace="Trace1"
. The default value is
1
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2025a