getDefaultConf

Class: RTW.ModelCPPClass
Package: RTW

Get default configuration information for model-specific C++ class interface from Simulink model

Syntax

getDefaultConf(obj)

Description

getDefaultConf(obj) initializes the specified model-specific C++ class interface to a default configuration, based on information from the ERT-based Simulink® model to which the interface is attached. On the first invocation, class and step method names and step method properties are set to default values. On subsequent invocations, only step method properties are reset to default values.

Before calling this function, you must call attachToModel, to attach the C++ class interface to a loaded model.

Input Arguments

objHandle to a model-specific C++ class interface control object, such as a handle previously returned by obj = RTW.ModelCPPArgsClass or obj = RTW.ModelCPPDefaultClass.

Alternatives

To view C++ class interface default configuration information in the Simulink Configuration Parameters graphical user interface, go to the Interface pane and click the Configure C++ Class Interface button. This button launches the Configure C++ class interface dialog box, where you can display and configure the step method for your model class. In the I/O arguments step method view of this dialog box, click the Get Default Configuration button to display default configuration information. In the Default step method view, you can see the default configuration information without clicking a button. For more information, see Configure Step Method for Your Model Class.