Importing non time based data

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

 

Submitted by rboelloeni on Tue, 12/04/2012 - 05:19 


Is there a way to import non time based data into VisSim to populate variables in a model.

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited June 2016

    Submitted by Anders89 on Wed, 12/05/2012 - 13:21.

    Yes, use the 'dialogTable' block. It works with a parametric data in .csv form organized by row. Each row consists of a new set of parameters. The first column of the data set is a name used to identify the row. It will appear in a drop down list in the dialog box. The first row consists of header names for each column. The header names will be placed on the output pins of the dialogTable block. You can try an example of a dialogTable block under Diagrams > Examples > Blocks > Signal Producer > dialogTable