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