fixpt_set_all
(Not recommended) Set property for each fixed-point block in subsystem
Syntax
fixpt_set_all(SystemName,fixptPropertyName,fixptPropertyValue)
Description
Note
The fixpt_set_all function is not recommended.
fixpt_set_all(
sets the property SystemName,fixptPropertyName,fixptPropertyValue)fixptPropertyName of every applicable block in the
model or subsystem to the value
SystemNamefixptPropertyValue
Examples
Set each fixed-point block in a model Filter_1 to round towards
the floor and saturate upon overflow:
% Round towards the floor
fixpt_set_all('Filter_1','RndMeth','Floor')
% Saturate upon overflow
fixpt_set_all('Filter_1','DoSatur','on')