getSignalIDByIndex
Get signal ID for signal at specified index in
Simulink.sdi.Run object
Description
returns the signal ID sigID = getSignalIDByIndex(runObj,idx)sigID for the signal at the specified index
idx in the Simulink.sdi.Run object
runObj.
Tip
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.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012b
See Also
Objects
Functions
Simulink.sdi.compareSignals|Simulink.sdi.getSignal|getSignalByIndex|getAllSignalIDs|getAllSignals|getSignalsByName|getSignalIDsByName

