SigInfo = signalInfo(candb,id,extended) returns
information about the signals in the message with the specified standard
or extended ID id in the specified database candb.
SigInfo = signalInfo(candb,id,extended,signalName) returns
information about the specified signal 'signalName' in
the message with the specified standard or extended ID id in
the specified database candb.
CAN database, specified as a CAN database object, that contains
the signals that you want information about.
Example: candb = canDatabase('C:\Database.dbc')
msgName — Message name character vector | string
Message name, specified as a character vector or string. Provide the name of the message that
contains the signals that you want information about.
Example: 'Battery_Voltage'
Data Types: char | string
id — Message identifier numeric value
Message identifier, specified as a numeric value. Provide the
numeric identifier of the specified message that contains the signals
you want information about.
Extended message indicator, specified as true or false.
Indicate whether the message ID is standard or extended type. Use
the logical value true if extended, or false if
standard.
Example: true
Data Types: logical
signalName — Name of signal char vector | string
Name of the signal, specified as a character vector or string. Provide the name of the
specific signal that you want information about.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.