Main Content
addSignal
Syntax
Description
addSignal(
adds a signal by using the block path and the port index for streaming to make the signal
available in a callback. Use this approach when you do not use the signal in a scalar
displace or line plot.instrument_object
,blockPath
,portIndex
,Name,Value
)
addSignal(
adds a signal by using the signal name for streaming to make the signal available in a
callback. Use this approach when you do not use the signal in a scalar displace or line
plot. instrument_object
,signalName
,Name,Value
)
Examples
Input Arguments
Version History
Introduced in R2020b