Main Content
Configure Silent Mode
The SilentMode
property of a CAN channel specifies that the channel
can only receive messages and not transmit them. Use this property to observe all message
activity on the network and perform analysis without affecting the network state or
behavior.
Change the
SilentMode
property of the first CAN channel,canch1
totrue
.canch.SilentMode = true
To see the changed property value, type:
canch1.SilentMode
ans = 1