Display instrument object summary information
obj
disp(obj)
| An instrument object or an array of instrument objects. |
obj
or
disp(obj)
displays summary information for
obj
.
The following commands display summary information for the GPIB object
g
.
g = gpib('ni',0,1) g.EOSMode = 'read' g
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.