socHardwareBoard
Connection to SoC hardware board
Description
The socHardwareBoard
object represents a connection to the
specified SoC hardware board from MATLAB®. Use this object to create DataRecorder
and socAXIManager
objects
that record input data and access memory on the specified SoC hardware board.
Creation
Syntax
Description
returns a list
of supported SoC hardware boards.hwList
= socHardwareBoard()
creates a connection to the specified SoC hardware board. This connection reuses the IP
address, username, and password from the most recent connection to that specified SoC
hardware board. When you connect MATLAB to an SoC hardware board for the first time, enter the board name, IP
address, username, and password of the SoC hardware board as name-value pair
arguments.hw
= socHardwareBoard(boardName
)
To see the complete list of supported SoC hardware boards, call the
socHardwareBoard
function without any arguments.
creates a connection to the specified SoC hardware by using the IP address, user name, and
password that you specify. hw
= socHardwareBoard(boardName
,Name,Value
)
Input Arguments
Name-Value Arguments
Output Arguments
Properties
Examples
Version History
Introduced in R2019a