sltest.xil.framework.FrameworkConfiguration Class
Namespace: sltest.xil.framework
Description
Add-On Required: This feature requires the Simulink Test Support Package for ASAM XIL Standard add-on.
Use the sltest.xil.framework.FrameworkConfiguration methods to add
ports and map host variables to variables on the test bench. These methods do not become
active until you call the init method of
sltest.xil.framework.Framework.
The sltest.xil.framework.FrameworkConfiguration class is a handle class.
Creation
You cannot create an sltest.xil.framework.FrameworkConfiguration object. A
Configuration object exists only as a member of an
sltest.xil.framework.Framework object. Create a
Framework object, then use the FrameworkConfiguration
methods from within that Framework object.
Methods
Examples
Version History
Introduced in R2022a