| Data Acquisition Toolbox | ![]() |
Invoke the property editor graphical user interface
Syntax
daqpropeditdaqpropedit(obj)
Arguments
obj |
A device object. |
Description
invokes the property editor graphical user interface (GUI) for the device object daqpropedit(obj)
obj. The channels or lines contained by obj are displayed as well.
Remarks
Using daqpropedit, you can perform these tasks for device objects, channels, and lines:
daqfind function.set function or the dot notation.get function or the dot notation.propinfo function.daqhelp function.Example
Create the analog input object ai for a sound card and add one channel to it.
ai = analoginput('winsound');
addchannel(ai,1:2);
To configure property values for ai using daqpropedit
daqpropedit(ai)
The Data Acquisition Property Editor is shown below.

Functions
daqfind, daqhelp, get, propinfo, set
| daqmem | daqread | ![]() |