supportsMultisignalAutomation
R2026bSet multisignal algorithm automation flag
Description
indicates whether the automation algorithm success = supportsMultisignalAutomation(algObj)algObj supports
the automation of multiple signals in a single automation session. Implement
this method in automation algorithms developed for the Multi-Sensor
Labeler (Point Cloud Toolbox) app, which
supports the labeling and automation of multiple signals. If the algorithm
supports multisignal automation, then this method returns
success as true.
In automation algorithms developed for the Image
Labeler and Video
Labeler apps, which
support the labeling and automation of only one signal at a time, you can either
delete this method or leave it unchanged. The default implementation of this
method indicates that the automation algorithm does not support multisignal
automation (success = false).
Examples
Input Arguments
Version History
Introduced in R2021a