Instrument Control Toolbox | ![]() ![]() |
Display instrument object summary information
Syntax
obj disp(obj)
Arguments
obj |
An instrument object or an array of instrument objects. |
Description
or obj
disp(obj)
displays summary information for obj
.
Remarks
In addition to the syntax shown above, you can display summary information for obj
by excluding the semicolon when:
Use the display summary to quickly view communication settings or address information, communication state information, and information associated with read and write operations.
Example
The following commands display summary information for the GPIB object g
.
g = gpib('ni',0,1) g.EOSMode = 'read' g
![]() | delete | fclose | ![]() |