Main Content
specifyall
Fully specify fixed-point filter System object settings
Description
specifyall(
sets all
the data type fixed-point properties of the filter System object™ to sysobj
)'Custom'
so that you can easily specify all the
fixed-point settings. If the object has a FullPrecisionOverride
property, its value is set to false
. specifyall
is
intended as a shortcut to changing all the fixed-point properties.
specifyall(
sets all fixed-point
properties of the filter System object to their default values and sets the filter to full-precision mode, if one is
available.sysobj
,false)
specifyall(
is equivalent to
sysobj
,true)specifyall(sysobj)
.