| Products & Services | Industries | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Data Acquisition Toolbox |
| Contents | Index |
| Learn more about Data Acquisition Toolbox |
Device-specific properties apply only to hardware devices of a specific type or from a specific vendor. For example, the BitsPerSample property is supported only for sound cards, while the NumMuxBoards property is supported only for National Instruments devices.
The properties are grouped according to these supported vendors:
|
You can display device-specific properties with the set function. The device-specific properties are displayed after the base properties.
Note Some device-specific property values are not available for all devices. Refer to your hardware documentation for detailed information about device-specific behavior. |
Property Name | Description | Device Objects |
|---|---|---|
Specify how data is transferred from data acquisition device to system memory | AI, AO |
Property Name | Description | Device Objects |
|---|---|---|
Specify how value held by analog output subsystem is determined | AO | |
Specify how data is transferred from data acquisition device to system memory | AI, AO |
Use this table to map to the National Instruments terminology.
| Data Acquisition Toolbox | NI_DAQmx |
|---|---|
| Scan Clock | Sample Clock |
| Sample Clock | Convert Clock |
Property Name | Description | Device Objects |
|---|---|---|
Specify input coupling mode | AI | |
Specify which signal is driven by the clock indicating that an analog output update has occurred | AO | |
Specify which signal generates an analog output update across channels | AO | |
Specify which signal line is driven by the clock for sample conversions on each channel | AI | |
Specify which signal provides clock for sample conversions across channels | AI | |
Specify which signal is driven by the clock indicating the start of a series of conversions across channels | AI | |
Specify which signal starts series of conversions across channels | AI | |
Specify which signal line is driven with a pulse when data acquisition or generation starts | AI | |
Specify which signal initiates data acquisition | AI, AO | |
Specify number of external multiplexer devices connected | AI | |
Specify how value held by analog output subsystem is determined | AO | |
Specify how data is transferred from data acquisition device to system memory | AI, AO |
Property Name | Description | Device Objects |
|---|---|---|
Specify BIOS control register bit that determines bidirectional operation | DIO | |
Indicate base address of parallel port | DIO |
Property Name | Description | Device Objects |
|---|---|---|
Specify number of bits sound card uses to represent each sample | AI, AO | |
Specify whether valid sample rates snap to small set of standard values, or if you can set sample rate to any value within allowed bounds | AI, AO |
To get command-line property help, you should use the daqhelp function. For example, to get help for the sound card's BitsPerSample property:
daqhelp BitsPerSample
You can also get property characteristics, such as the default property value, using the propinfo function. For example, suppose you create the analog input object ai for a sound card and want to find the default value for the BitsPerSample property.
ai = analoginput('winsound');
out = propinfo(ai,'BitsPerSample');
out.DefaultValue
ans =
16
![]() | UserData | Device-Specific Properties — Alphabetical List | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |