readAmplitude
Description
initiates a zero-span measurement on the specified RF spectrum analyzer, and returns the
acquired amplitude data. The units of amplitude are specified using the
AmpData = readAmplitude(rfsa)AmplitudeUnits property of the RFSpecAn object. The
function errors if the instrument is configured for a swept-span measurement.
measures amplitude data for the specified instrument trace. The value of
AmpData = readAmplitude(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