Main Content
getBuildInfoForModel
Build information object for specified model
Description
returns the bldobj
= getBuildInfoForModel(callbackInfo
, model
)RTW.BuildInfo
object
that specifies the build toolchain and arguments for the model. The
model
name must be in the list of model
names in the SubModels
property of the
Simulink.ProtectedModel.CallbackInfo
object. You can call this method for only code generation callbacks
in response to a 'Build'
event.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016a