Previous Topic: Create Your Own Data Sheet Data SetNext Topic: Read Rows from a JDBC Table Data Set


Create Your Own Set of Large Data Data Set

The Create Your Own Set of Large Data data set lets you define a custom data table that can be arbitrarily large. The data can have any number of rows and columns. A backing file name is the file in which all the data is stored.

Complete the following fields:

Name

Enter the name of the data set.

Local

Designates whether the data set is global or local. Global is the default. Local data sets are created with one for each simulator. Global data sets are created once and shared by all simulators.

Random

Whether the record after the current record (sequential access) is read, or a random record is read. Sequential reading is the default.

Max Records to Fetch

The upper bound on the number of records to fetch for random access. This text field is disabled if the Random check box is not selected.

At End Of Data

Select the action for the end of the data set. You can start over, reading values from the start of the data set, or you can select the step to execute.

Backing file name

The name of the file in which data is stored. This file is created automatically and data that you supply is inserted in it.

The Create button opens a panel that lets you specify more parameters for file creation.

Create Large Data File dialog for specifying number of rows and column names

Initial # of Rows

Defines the initial number of rows to create. You can use the editor to add more rows.

Column Names

Defines comma-separated column names that go in the data set.

Create Large Data Set window with data and all parameters specified

Press the Test and Keep button after entering data in the columns and data is copied in the backing file created.