Create or open a model

To construct a new model you must first create the model components.

Sine modulator example - Step 1

The first step is to create a library to group all the components. You will then create the system and module components.

Create Sine Modulator Library

  1. Right-click on My Libraries and choose New Model→Library to open the Create New Model dialog.
  2. Enter the Logical Name as Sine Modulator Library.
  3. Press the tab key to change the input focus, which causes the Physical Name to be filled in automatically.
  4. Leave the Library as it is.
  5. Type This library contains a sine modulator as Description.
  6. Click the OK button.

Now, you should have a new library with the name Sine Modulator Library as a subentry of the My Libraries entry.

Create Sine Modulator System

  1. Right-click on the newly created Sine Modulator Library and choose New Model→System to open the Create New Model dialog.
  2. Enter the Logical Name as Sine Modulator System.
  3. Click in the Description field and enter This is the sine modulator system model. You will notice that due to the change of input focus Physical Name was filled in automatically.
  4. Leave the Library as it is, it should already read Sine Modulator Library.
  5. Select SDF from the Modeling Domain drop-down menu.
  6. Click the OK button.

Now, you should see the new system with the name Sine Modulator System as a subentry of the previously created Sine Modulator Library. Also, you should notice that the newly created system was automatically opened in the Model Editor.

Create Sine Modulator and Sine Generator

  1. Right-click on the Sine Modulator Library and choose New Model→Module to open the Create New Model dialog.
  2. Enter the Logical Name as Sine Modulator.
  3. Enter This is the modulator model as Description.
  4. Click the OK button.
  5. Add another Module with the Logical Name Sine Generator and the Description This is the generator model.

Now, you have created the model components including the library needed for this example. Like it happened when you created the system, two additional Model Editor windows should have appeared containing the Sine Modulator and Sine Generator, respectively.

The models created for our example have predefined properties according to the values we specified in the Create New Model dialog. Switch to the relevant Model Editor Window to view the parameters in the Property Editor for these models.

(a) Sine modulator system (b) Sine modulator module (c) Sine generator module

The next step is to add input and output ports.