User`s guide
13 Properties — Alphabetical List
13-36
Signals
Display physical signals defined in CAN message
Description
The Signals property allows you to view and edit signal values defined for a CAN
message. This property displays an empty structure if the message has no defined signals
or a CAN database is not attached to the message. The input values for this property
depends on the signal type.
Characteristics
Usage CAN message
Read only Sometimes
Data type Structure
Examples
Display signals defined in the CAN message, message:
message.Signals
ans =
VehicleSpeed: 0
EngineRPM: 250
Change the value of a signal:
message.Signals.EngineRPM = 300