soc.sdk.Loader Class
Namespace: soc.sdk
An object that describes how to load code to hardware
Description
A Loader
object represents a system command or a MATLAB® function that loads code to the hardware.
Creation
Description
creates an object that represents a command to load code onto the
hardware.loaderObj
= soc.sdk.Loader(name
)
Input Arguments
name
— Display name of loader object
character vector
Set the Name
property of the new
Loader
object.
Properties
Name
— Loader name
''
(default) | character vector
The name of the loader object.
Example: 'MyLoader'
Attributes:
GetAccess | public |
SetAccess | public |
Data Types: char
LoadCommand
— Command that loads code to hardware
''
(default) | character vector
The command that loads generated code to hardware. The load command can be
a system command or a MATLAB function. If it is a MATLAB function, the character vector must be prefixed by
matlab:
.
Example: 'matlab:myLoadFun'
Attributes:
GetAccess | public |
SetAccess | public |
Data Types: char
LoadCommandArguments
— Load command arguments
''
(default) | character vector
The arguments for the load command.
Attributes:
GetAccess | public |
SetAccess | public |
Data Types: char
Version History
Introduced in R2019b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)