Main Content

getHardwareImplementation

Class: coder.BuildConfig
Namespace: coder

Get handle of copy of hardware implementation object

Syntax

hw = getHardwareImplementation(bldcfg)

Description

hw = getHardwareImplementation(bldcfg) returns the handle of a copy of the hardware implementation object.

Input Arguments

expand all

Build context during code generation, specified as a coder.BuildConfig object. Use coder.BuildConfig methods to get information about the build context.

Output Arguments

expand all

Hardware implementation, returned as a handle of a copy of the coder.HardwareImplementation object.

Version History

Introduced in R2013b