Data Acquisition Toolbox    
daqhelp

Display help for device objects, constructors, adaptors, functions, and properties

Syntax

Arguments

'name'
A device object, constructor, adaptor, function, or property name.
obj
A device object.
out
Contains the specified help text.

Description

daqhelp displays a complete listing of Data Acquisition Toolbox constructors and functions along with a brief description of each.

out = daqhelp('name') returns help for the device object, constructor, adaptor, function, or property specified by name. The help text is returned to out.

out = daqhelp(obj) returns a complete listing of functions and properties for the device object obj to out. Help for obj's constructor is also displayed.

out = daqhelp(obj,'name') returns help for name for the specified device object obj to out. name can be a constructor, adaptor, property, or function name.

Remarks

As shown below, you can also display help via the Workspace browser by right-clicking a device object, and selecting Explore -> DAQ Help from the context menu.

More About Displaying Help

Rules for Specifying Names

For the daqhelp('name') syntax:

For the daqhelp(obj,'name') syntax:

Example

The following commands are some of the ways you can use daqhelp to obtain help on device objects, constructors, adaptors, functions, and properties.

The following commands are some of the ways you can use daqhelp to obtain information about functions and properties for an existing device object.

See Also

Functions

propinfo


  daqfind daqhwinfo