Main Content
getAllSignals
Description
returns an array of sigs
= getAllSignals(runObj
)Simulink.sdi.Signal
objects,
sigs
, that correspond to the signals contained in the Simulink.sdi.Run
object runObj
. Use the
getAllSignals
function when you need to work with many or all of the
signals in the run. When you need to analyze a specific signal, you can access the single
Signal
object using the getSignalsByName
function or the getSignalByIndex
function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a