Package: Simulink.data.dictionary
Superclasses:
Configure data dictionary entry
An object of the Simulink.data.dictionary.Entry
class
represents one entry of a data dictionary. The object allows you to
perform operations such as assign the entry a value or change the
name of the entry.
Before you can create a new Simulink.data.dictionary.Entry
object,
you must create a Simulink.data.dictionary.Section
object
representing the data dictionary section that contains the target
entry. However, once created, the Simulink.data.dictionary.Entry
object
exists independently of the Simulink.data.dictionary.Section
object.
Use the function getSection
to
create a Simulink.data.dictionary.Section
object.
The functions addEntry
, getEntry
, and find
create Simulink.data.dictionary.Entry
objects.
deleteEntry | Delete data dictionary entry |
discardChanges | Discard changes to data dictionary entry |
find | Search in array of data dictionary entries |
getValue | Return value of data dictionary entry |
setValue | Set value of data dictionary entry |
showChanges | Display changes made to data dictionary entry |
Handle. To learn how handle classes affect copy operations, see Copying Objects.