oscilloscope
Connection to Quick-Control Oscilloscope instrument
Description
The Quick-Control Oscilloscope can be used for any oscilloscope that uses VISA and an underlying IVI-C driver. You can also use it for Tektronix® oscilloscopes. You do not have to directly deal with the underlying driver.
For information on the prerequisites for using oscilloscope
, see Quick-Control Oscilloscope Requirements.
Creation
Description
creates an object to
connect to your oscilloscope. To connect to the oscilloscope specified by
myScope
= oscilloscopemyScope
, use connect(myScope)
.
creates a connection to the oscilloscope with the specified resource string.myScope
= oscilloscope(resource
)
Input Arguments
Properties
Object Functions
Use these object functions with any Quick-Control interface.
drivers | List of available instrument drivers for Quick-Control interfaces |
resources | List of available instrument resources for Quick-Control interfaces |
connect | Connect device object to instrument |
disconnect | Disconnect device object from instrument |
Use these object functions with Quick-Control oscilloscopes.
configureChannel | Return or set specified oscilloscope control on selected channel |
readWaveform | Returns waveform displayed on scope |
Examples
Version History
Introduced in R2011b