Main Content
setValue
Set instance value in CDFX object
Description
setValue(
sets the value of the unique instance whose cdfxObj
,instName
,iVal
)ShortName
is specified by
instName
to iVal
. If multiple instances share the
same ShortName
, the function returns an error.
setValue(
sets the value of the instance whose cdfxObj
,instName
,sysName
,iVal
)ShortName
is specified by
instName
and is contained in the system specified by
sysName
.
Note
setValue
does not write the instance value in the original CDFX
file. Use the write
function
to update the CDFX file or to create a new file.
Examples
Input Arguments
Version History
Introduced in R2019a