Main Content
getAllSignalIDs
Description
returns an array, sigIDs
= getAllSignalIDs(runObj
)sigIDs
, that contains the signal IDs for all signals in
the Simulink.sdi.Run
object
runObj
. Use the getAllSignalIDs
function when you
need to work with many or all of the signals in the run. When you only need to analyze a
specific signal, you can access the single Signal
object using the
getSignalIDsByName
function or the getSignalIDByIndex
function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a