Get all signal IDs for signals in Simulink.sdi.Run
object
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.
getAllSignals
| getSignal
| getSignalByIndex
| getSignalIDByIndex
| getSignalIDsByName
| getSignalsByName
| Simulink.sdi.getSignal
| Simulink.sdi.Run
| Simulink.sdi.Signal