| Contents | Index |
SigInfo = signalInfo(candb,'msgName')
SigInfo = signalInfo(candb, id, extended)
SigInfo = signalInfo(candb, id, extended, 'signalName')
SigInfo = signalInfo(candb,'msgName') returns information about the signals in the specified CAN message msgName, in the specified database candb.
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.
SigInfo |
The signal information object returned from the function. |
SigInfo=signalInfo(candb, 'Battery_Voltage') SigInfo=signalInfo(candb, 'Battery_Voltage', 196608, true) SigInfo=signalInfo (candb, 'Battery_Voltage', 196608, true, 'BatVlt')
canDatabase | canMessage | messageInfo

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 |