| Contents | Index |
The Database property stores information about an attached CAN database.
Usage | CAN channel, CAN message |
Read only | For a CAN message property |
Data type | Database handle |
This property displays the database information that your CAN channel or CAN message is attached to. This property displays an empty structure, [ ], if your channel message is not attached to a database. You can edit the CAN channel property, Database, but cannot edit the CAN message property.
To see information about the database attached to your CAN message, type:
message.Database
To set the database information on your CAN channel to C:\Database.dbc, type:
channel.Database = canDatabase('C:\Database.dbc')Tip CAN database file names containing non-alphanumeric characters such as equal signs, ampersands, and so forth are incompatible with Vehicle Network Toolbox. You can use a period sign in your database name. Rename any CAN database files with non-alphanumeric characters before you use them. |
attachDatabase, canChannel, canDatabase, canMessage

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