Main Content
Vector prefix
Prefix to vector names
Model Configuration Pane: Global Settings / General
Description
Specify prefix to vector names in generated code.
Settings
'vector_of_'
(default) | character vectorDefault: 'vector_of_'
Specify the prefix as a character vector. HDL Coder™ appends this prefix to vector names in generated code.
Tips
To set this property, use the functions hdlset_param
or makehdl
. To view the property value, use
the function hdlget_param
.
Recommended Settings
No recommended settings.
Programmatic Use
Parameter: VectorPrefix |
Type: character vector |
Default: 'vector_of_' |
Version History
Introduced in R2012a