Creating or Copying a Data Set
Note |
|---|
This process only works for local variables. |
- Open the data editor for the component.
In the Data menu, select Add.
A new data set is created. All elements have a default value. This is either 0.0 or true for basic elements, or the corresponding default data set for complex elements
Or
In the Data menu, point to Copy and select Flat.
The active data set is copied, i.e. the newly created data set contains the same values. If there are references to other data sets, they are copied as well
Or
In the Data menu, point to Copy and select Recursive.
An input window opens.
Enter a prefix for the names of the copied data sets and click OK.
The active data set is copied, and recursive copies made of all the referenced data sets, i.e. the copies of those data sets are also recursive. The new data set has references to the copies of the referenced data sets.
See also