Main Content

test

Class: soc.sdk.BoardSupport
Namespace: soc.sdk

Test hardware and features of the BoardSupport object

Since R2019b

Syntax

test(boardSupportObj)
test(boardSupportObj,'feature',featureName)

Description

test(boardSupportObj) tests all features provided by boardSupportObj, an soc.sdk.BoardSupport object.

test(boardSupportObj,'feature',featureName) tests the feature given by featureName, provided by boardSupportObj, an soc.sdk.BoardSupport object.

Input Arguments

expand all

BoardSupport object, specified as an soc.sdk.BoardSupport object, defines a hardware board that you can use with the SoC Blockset™ features.

BoardSupport feature to test, specified as one of the strings "hardware", "simulation", or "deployment".

Example: "simulation"

Data Types: char | string

Version History

Introduced in R2019b