Main Content

removeReset

Class: soc.sdk.Hardware
Namespace: soc.sdk

Remove reset from hardware

Since R2019b

Syntax

removeReset(hardwareObj,name)

Description

removeReset(hardwareObj,name) removes the soc.sdk.Reset object, with Name property set to name, from the soc.sdk.Hardware object.

Input Arguments

expand all

soc.sdk.Hardware object mapped to the soc.sdk.BoardSupport object.

Name of the reset on the hardware board, specified as a string.

Example: "MyReset"

Data Types: string | char

Version History

Introduced in R2019b