Get signal ID for signal at specified index in
Simulink.sdi.Run
object
returns the signal ID sigID
= getSignalIDByIndex(runObj
,idx
)sigID
for the signal at the specified index
idx
in the Simulink.sdi.Run
object
runObj
.
You can use the signal ID to get the Simulink.sdi.Signal
object
that contains the signal data and metadata or perform a signal comparison
using the Simulink.sdi.compareSignals
function.
Simulink.sdi.Run
| Simulink.sdi.Signal
| Simulink.sdi.compareSignals
| Simulink.sdi.getSignal
| getAllSignalIDs
| getAllSignals
| getSignalByIndex
| getSignalIDsByName
| getSignalsByName