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')
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
Message identifier, specified as a numeric value. Provide the numeric
identifier of the specified message that contains the signals you want
information about.
Example: 196608
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
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.