disp
Display instrument object summary information
Syntax
obj
disp(obj)
Arguments
| An instrument object or an array of instrument objects. |
Description
obj
or
disp(obj)
displays summary information for
obj
.
Examples
The following commands display summary information for the GPIB object
g
.
g = gpib('ni',0,1) g.EOSMode = 'read' g
Tips
In addition to the syntax shown above, you can display summary information for
obj
by excluding the semicolon when
Creating an instrument object
Configuring property values using the dot notation
You can also display summary information via the Workspace browser by right-clicking an instrument object, and selecting Display Summary from the context menu.
Version History
Introduced before R2006a