rfspecan
Description
The Quick-Control RF Spectrum Analyzer can be used for any RF spectrum analyzer that uses an underlying IVI-C driver. You do not have to directly deal with the underlying drivers.
Creation
Description
rfsa = rfspecan(
creates an RF spectrum analyzer (resource
,driver
)RFSpecAn
) object to communicate with an
RF swept-tuned spectrum analyzer instrument, using the specified resource and underlying
driver. If the arguments are valid, the connect function automatically executed and the
RFSpecAn
is ready to use.
rfsa = rfspecan(
creates an
resource
)RFSpecAn
with the specified resource. The driver is auto-detected.
rfsa = rfspecan
creates an RFSpecAn
object is
created with the default driver. You must subsequently specify the resource and explicitly
connect to the instrument.
Input Arguments
Properties
The created RFSpecAn
object has applicable properties among the
following:
Resource Driver Status Vendor Model StartFrequency StopFrequency CenterFrequency Span SweepTime ResolutionBandwidth VideoBandwidth ResolutionBandwidthMode VideoBandwidthMode SweepTimeMode VerticalScale AmplitudeUnits InputImpedance Attenuation AttenuationMode ReferenceLevel ReferenceLevelOffset DetectorType SweepModeContinuous TraceSize
Object Functions
The following functions are unique to RF spectrum analyzers.
readAmplitude | Perform RF spectrum analyzer amplitude measurement |
readPowerSpectrum | Perform RF spectrum analyzer spectral data measurement |
reset | Reset RF spectrum analyzer to factory state |
The following functions are common to all Quick-Control instruments.
resources | List of available instrument resources for Quick-Control interfaces |
drivers | List of available instrument drivers for Quick-Control interfaces |
connect | Connect device object to instrument |
disconnect | Disconnect device object from instrument |
Examples
Version History
Introduced in R2025a