daqhelp

Help for device objects, constructors, adaptors, functions, and properties

Syntax

daqhelp
out = daqhelp('name')
out = daqhelp(obj)
out = daqhelp(obj,'name')

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 the 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:

Examples

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

daqhelp('analogoutput');
out = daqhelp('analogoutput.m');
daqhelp set
daqhelp analoginput/peekdata
daqhelp analoginput.TriggerDelayUnits

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

ai = analoginput('winsound');
daqhelp(ai,'InitialTriggerTime')
out = daqhelp(ai,'getsample');

See Also

Functions

propinfo

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS