| Data Acquisition Toolbox | Search  Help Desk |
| Name | Examples |
Name specifies the name of the device object.
After the device object is created, Name is automatically assigned a descriptive name that is produced by concatenating the name of the adaptor, the device ID, and the device object type.
The value of Name can be changed at any time.
Characteristics
| Device Objects | AI, AO |
| Class | Common |
| Access | Read/write |
| Data Type | String |
| Modify while Running | Yes |
Values
The value is defined after the device object is created.Example
Suppose you create an analog input object for the sound card:AI = analoginput('winsound')
Name property is automatically assigned the value
winsound0-AI