Main Content

disp

Display instrument object summary information

Syntax

obj
disp(obj)

Arguments

obj

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 by double-clicking the object in the Workspace panel.

Version History

Introduced before R2006a