Documentation

getDefaultConf

Class:RTW.ModelCPPClass
Package:RTW

Get default configuration information for model-specific C++ class interface from金宝appmodel

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 callattachToModel, to attach the C++ class interface to a loaded model.

Input Arguments

obj Handle to a model-specific C++ class interface control object, such as a handle previously returned byobj=RTW.ModelCPPArgsClassorobj=RTW.ModelCPPDefaultClass.

Alternatives

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