Main Content
transmitPeriodic
Configure messages for periodic transmission
Description
transmitPeriodic(
enables periodic transmit of the message, canch
,msg
,'On',period
)msg
, on the channel,
canch
, to transmit at the specified period,
period
.
You can enable and disable periodic transmit even when the channel is running, allowing you to make changes to the state of the channel without stopping it.
transmitPeriodic(
disables periodic transmission of the message, canch
,msg
,'Off')msg
.
Examples
Input Arguments
Version History
Introduced in R2010b